Commit 044793e7 authored by ioedeveloper's avatar ioedeveloper

Restore source maps

parent 7ce723fe
...@@ -19,6 +19,7 @@ module.exports = config => { ...@@ -19,6 +19,7 @@ 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,6 +19,7 @@ module.exports = config => { ...@@ -19,6 +19,7 @@ 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