Bit more sustainable file location.
This commit is contained in:
@@ -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: [{
|
||||
|
||||
Reference in New Issue
Block a user