mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Remove source map from page wrap bundle (#1292)
* Remove source maps from page wrap bundle * Create thirty-bananas-agree.md * Update thirty-bananas-agree.md
This commit is contained in:
parent
7d814f6aa6
commit
20ebf725c1
5
.changeset/thirty-bananas-agree.md
Normal file
5
.changeset/thirty-bananas-agree.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'remotedev-redux-devtools-extension': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Remove source map from page wrap bundle
|
|
@ -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