Bit more sustainable file location.

This commit is contained in:
2019-03-08 18:32:56 +01:00
parent 88ea65e424
commit 0a09f2616b
5 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ module.exports = {
devtool: "source-map",
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'public')
path: path.resolve(__dirname, 'public', 'generated'),
publicPath: '/generated/'
},
module: {
rules: [{