Webpack: bundle sounds as assets

This commit is contained in:
Alex Gleason
2021-09-10 17:23:37 -05:00
parent 19181f40c3
commit 3359bda7f8
2 changed files with 4 additions and 10 deletions

View File

@ -89,9 +89,6 @@ module.exports = {
new HtmlWebpackHarddiskPlugin(),
new CopyPlugin({
patterns: [{
from: join(__dirname, '../app/sounds'),
to: join(output.path, 'sounds'),
}, {
from: join(__dirname, '../app/instance'),
to: join(output.path, 'instance'),
}],