We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cb004 commit 70780a6Copy full SHA for 70780a6
webpack.config.js
@@ -82,6 +82,7 @@ const config = {
82
83
module.exports = (env, argv) => {
84
if (argv.mode === 'development') {
85
+ config.devtool = 'cheap-module-source-map';
86
config.plugins.push(
87
new ChromeExtensionReloader({
88
entries: {
0 commit comments