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:
Nathan Bierema 2022-12-11 10:46:55 -05:00 committed by GitHub
parent 7d814f6aa6
commit 20ebf725c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'remotedev-redux-devtools-extension': patch
---
Remove source map from page wrap bundle

View File

@ -3,7 +3,6 @@ const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
module.exports = {
mode: 'production',
devtool: 'source-map',
entry: {
pagewrap: path.resolve(__dirname, 'src/pageScriptWrap'),
},