Commit 1ee18b2e authored by gxkai's avatar gxkai

chore: ts

parent 91a8626a
......@@ -28,8 +28,7 @@ module.exports = config => {
}))
return {
...webpackConfig,
// mode: 'production',
devtool: 'nosources-cheap-source-map',
mode: 'production',
optimization: {
minimize: true,
minimizer: [new TerserPlugin()]
......
......@@ -28,8 +28,7 @@ module.exports = config => {
}),)
return {
...webpackConfig,
// mode: 'production',
devtool: 'nosources-cheap-source-map',
mode: 'production',
optimization: {
minimize: true,
minimizer: [new TerserPlugin()]
......
......@@ -28,8 +28,7 @@ module.exports = config => {
}))
return {
...webpackConfig,
// mode: 'production',
devtool: 'nosources-cheap-source-map',
mode: 'production',
optimization: {
minimize: true,
minimizer: [new TerserPlugin()]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment