mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
remove production sourcemap
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ let merged = merge.merge(common, {
|
||||
path: path.resolve(__dirname, "dist"),
|
||||
filename: "[name].js",
|
||||
},
|
||||
devtool: "source-map",
|
||||
devtool: null,
|
||||
optimization: {
|
||||
minimize: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user