Commit 7ce723fe authored by ioedeveloper's avatar ioedeveloper

remove source maps

parent 0c5a382b
...@@ -19,7 +19,6 @@ module.exports = config => { ...@@ -19,7 +19,6 @@ module.exports = config => {
return { return {
...webpackConfig, ...webpackConfig,
mode: 'production', mode: 'production',
devtool: 'source-map',
optimization: { optimization: {
minimize: true, minimize: true,
minimizer: [new TerserPlugin()] minimizer: [new TerserPlugin()]
......
...@@ -19,7 +19,6 @@ module.exports = config => { ...@@ -19,7 +19,6 @@ module.exports = config => {
return { return {
...webpackConfig, ...webpackConfig,
mode: 'production', mode: 'production',
devtool: 'source-map',
optimization: { optimization: {
minimize: true, minimize: true,
minimizer: [new TerserPlugin()] 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