We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3e02c commit de26114Copy full SHA for de26114
1 file changed
next.config.js
@@ -62,7 +62,7 @@ const plugins = [
62
63
config.resolve.alias['@'] = path.resolve(__dirname);
64
65
- config.devtool = 'inline-source-map';
+ config.devtool = false;
66
for (const r of config.module.rules) {
67
if (r.loader === 'babel-loader') {
68
r.options.sourceMaps = false;
0 commit comments