mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
Fixed
This commit is contained in:
parent
20cb5b272c
commit
ccbbaa20b3
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ const convertTypescript = (content: string) => {
|
|||
loader: 'js'
|
||||
},
|
||||
alias:{
|
||||
"ep_etherpad-lite": path.join(settings.root, 'src')
|
||||
"ep_etherpad-lite/static/js/browser": 'ep_etherpad-lite/static/js/vendors/browser'
|
||||
},
|
||||
bundle: true, // Bundle the files together
|
||||
minify: process.env.NODE_ENV === "production", // Minify the output
|
||||
|
@ -212,7 +212,7 @@ const convertTypescriptWatched = (content: string, cb: (output:string, hash: str
|
|||
loader: 'js'
|
||||
},
|
||||
alias:{
|
||||
"ep_etherpad-lite": path.join(settings.root, 'src')
|
||||
"ep_etherpad-lite/static/js/browser": 'ep_etherpad-lite/static/js/vendors/browser'
|
||||
},
|
||||
bundle: true, // Bundle the files together
|
||||
minify: process.env.NODE_ENV === "production", // Minify the output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue