We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dddadaa + ff3f392 commit 3fa902cCopy full SHA for 3fa902c
webpack.config.js
@@ -80,6 +80,11 @@ const baseConfig = new ScratchWebpackConfigBuilder(
80
context: 'node_modules/scratch-vm/dist/web',
81
from: 'extension-worker.{js,js.map}',
82
noErrorOnMissing: true
83
+ },
84
+ {
85
+ context: 'node_modules/scratch-storage/dist/web',
86
+ from: 'chunks/*.{js,js.map}',
87
+ noErrorOnMissing: true
88
}
89
]
90
}));
0 commit comments