mirror of
https://github.com/writeas/writefreely
synced 2025-02-01 23:16:45 +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: {
|
output: {
|
||||||
filename: 'prose.bundle.js',
|
filename: 'prose.bundle.js',
|
||||||
path: path.resolve(__dirname, 'dist')
|
path: path.resolve('..', 'static', 'js'),
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user