Skip to content

Commit de26114

Browse files
committed
change devtool false
1 parent 6b3e02c commit de26114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const plugins = [
6262

6363
config.resolve.alias['@'] = path.resolve(__dirname);
6464

65-
config.devtool = 'inline-source-map';
65+
config.devtool = false;
6666
for (const r of config.module.rules) {
6767
if (r.loader === 'babel-loader') {
6868
r.options.sourceMaps = false;

0 commit comments

Comments
 (0)