Remove source maps from page wrap bundle

This commit is contained in:
Nathan Bierema 2022-12-11 09:49:44 -05:00
parent 55078635ce
commit 0254a59194

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'),
},