Fix #5291 update devtool option to remove source code for production mode (#5293)

This commit is contained in:
yug-shah0106 2022-06-03 23:44:19 +05:30 committed by GitHub
parent f121698d96
commit cae834d671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,4 @@ module.exports = {
openAnalyzer: false, openAnalyzer: false,
}), }),
], ],
// Source map
devtool: 'source-map',
}; };