diff --git a/test-app/build-tools/jsparser/webpack.config.js b/test-app/build-tools/jsparser/webpack.config.js index f335f2498..e2667f020 100644 --- a/test-app/build-tools/jsparser/webpack.config.js +++ b/test-app/build-tools/jsparser/webpack.config.js @@ -12,4 +12,5 @@ module.exports = { path: path.join(__dirname, "build"), filename: "js_parser.js", }, + devtool: false };