mirror of
https://github.com/writeas/writefreely
synced 2025-01-04 20:19:38 +01:00
Output prose.bundle.js to static/js/ dir, instead of dist/
This commit is contained in:
parent
70dbfcfba4
commit
a7190795f7
2
prose/dist/prose.bundle.js
vendored
2
prose/dist/prose.bundle.js
vendored
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
Block a user