mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
22d34c755b
commit
e015f72945
7 changed files with 6 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ module.exports = (env, argv) => {
|
|||
return {
|
||||
mode: argv.mode || "development",
|
||||
watch: argv.mode !== "production",
|
||||
devtool: argv.mode !== "production" ? "cheap-source-map" : false,
|
||||
devtool: argv.mode !== "production" ? "eval-source-map" : false,
|
||||
output: {
|
||||
publicPath: "auto",
|
||||
filename: "[name].js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue