Output prose.bundle.js to static/js/ dir, instead of dist/
parent
70dbfcfba4
commit
a7190795f7
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
},
|
||||
output: {
|
||||
filename: 'prose.bundle.js',
|
||||
path: path.resolve(__dirname, 'dist')
|
||||
path: path.resolve('..', 'static', 'js'),
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Reference in New Issue