diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-11 20:53:12 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-11 20:53:12 +0100 |
| commit | c974dcd7e3eb2dbbe7e6010a627e4ec3f9c1d1a4 (patch) | |
| tree | ccf43a049e89f5a922f8df4c0fe0a7efa1f34940 /webpack.config.js | |
| parent | 050c9a7ee182d6e9f6a49c2731ceb9310c5376d9 (diff) | |
remove sounds from config
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 1 |
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({ |
