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

pull/383/head
Matt Baer 4 years ago
parent 70dbfcfba4
commit a7190795f7
  1. 2
      prose/dist/prose.bundle.js
  2. 2
      prose/webpack.config.js

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…
Cancel
Save