mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Remove source maps from page wrap bundle
This commit is contained in:
parent
55078635ce
commit
0254a59194
|
@ -3,7 +3,6 @@ const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
devtool: 'source-map',
|
|
||||||
entry: {
|
entry: {
|
||||||
pagewrap: path.resolve(__dirname, 'src/pageScriptWrap'),
|
pagewrap: path.resolve(__dirname, 'src/pageScriptWrap'),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user