Browse Source

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

pull/383/head
Matt Baer 3 years ago
parent
commit
a7190795f7
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      prose/dist/prose.bundle.js
  2. +1
    -1
      prose/webpack.config.js

+ 0
- 2
prose/dist/prose.bundle.js
File diff suppressed because it is too large
View File


+ 1
- 1
prose/webpack.config.js 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: [


Loading…
Cancel
Save