Don’t copy assets via webpack

This commit is contained in:
Eric Rosenbaum 2018-02-14 17:55:11 -05:00
parent 063ac39019
commit 5d5129d753

View file

@ -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, {