mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 22:11:59 -05:00
Don’t copy assets via webpack
This commit is contained in:
parent
063ac39019
commit
5d5129d753
1 changed files with 1 additions and 7 deletions
|
@ -66,13 +66,7 @@ module.exports = [
|
||||||
output: {
|
output: {
|
||||||
libraryTarget: 'commonjs2',
|
libraryTarget: 'commonjs2',
|
||||||
path: path.resolve('dist', 'node')
|
path: path.resolve('dist', 'node')
|
||||||
},
|
}
|
||||||
plugins: base.plugins.concat([
|
|
||||||
new CopyWebpackPlugin([{
|
|
||||||
from: './src/extensions/scratch3_music/assets',
|
|
||||||
to: 'assets/scratch3_music'
|
|
||||||
}])
|
|
||||||
])
|
|
||||||
}),
|
}),
|
||||||
// Playground
|
// Playground
|
||||||
defaultsDeep({}, base, {
|
defaultsDeep({}, base, {
|
||||||
|
|
Loading…
Reference in a new issue