Update webpack plugins

This commit is contained in:
Tusooa Zhu 2022-08-15 18:38:34 -04:00
commit 234963caa1
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 174 additions and 486 deletions

View file

@ -115,9 +115,8 @@ module.exports = {
new CopyPlugin({
patterns: [
{
from: "node_modules/@ruffle-rs/ruffle/*",
to: "static/ruffle",
flatten: true
from: "node_modules/@ruffle-rs/ruffle/**/*",
to: "static/ruffle/[name][ext]"
},
],
options: {