aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 06b067d..5c8b1de 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -74,7 +74,6 @@ module.exports = {
{ from: path.resolve(__dirname, 'static') },
{ from: path.resolve(__dirname, 'webAO', 'golden'), to: 'golden' },
{ from: path.resolve(__dirname, 'webAO', 'lib'), to: 'lib' },
- { from: path.resolve(__dirname, 'webAO', 'sounds'), to: 'sounds' },
],
}),
new HtmlWebpackPlugin({