chore: make it production ready

This commit is contained in:
thetek 2023-06-21 20:21:17 +02:00
parent b4102193d9
commit f807682672
2 changed files with 4 additions and 2 deletions

4
www/.gitignore vendored
View File

@ -1 +1,3 @@
node_modules
/node_modules
/dist
!/dist/texture.png

View File

@ -7,7 +7,7 @@ module.exports = {
path: path.resolve(__dirname, 'dist'),
filename: 'bootstrap.js',
},
mode: 'development',
mode: 'production',
plugins: [
new CopyWebpackPlugin({
patterns: [{ from: 'index.html' }],