Skip to content

Commit 12f792f

Browse files
committed
maint(Build): Do not generate expensive and big source maps.
1 parent b0a184c commit 12f792f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ module.exports = () => {
7272
);
7373
}
7474

75+
config.devtool = false; // No source maps.
76+
7577
//console.log(JSON.stringify(config, null, 4));
7678

7779
return config;

0 commit comments

Comments
 (0)