Output prose.bundle.js to static/js/ dir, instead of dist/

This commit is contained in:
Matt Baer 2020-09-09 10:47:01 -04:00
parent 70dbfcfba4
commit a7190795f7
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ module.exports = {
},
output: {
filename: 'prose.bundle.js',
path: path.resolve(__dirname, 'dist')
path: path.resolve('..', 'static', 'js'),
},
module: {
rules: [