Skip to content

Commit 3920697

Browse files
authored
[jsparser]: disable sourcemap as we dont use it at all
1 parent 643958b commit 3920697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-app/build-tools/jsparser/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ module.exports = {
1212
path: path.join(__dirname, "build"),
1313
filename: "js_parser.js",
1414
},
15+
devtool: false
1516
};

0 commit comments

Comments
 (0)