From f154cfb54a9abdd151a0674af50f285712534bb0 Mon Sep 17 00:00:00 2001 From: Steven Evans Date: Wed, 6 Jun 2018 12:49:00 -0400 Subject: [PATCH] [chore] Fixing sourcemaps so they actually point to the correct sources --- webpack.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 9c604ae4e..8071690c7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,11 +19,10 @@ module.exports = { engine: "./src/engine.js", tests: "./tests/index.js", }, - devtool: "nosources-source-map", + devtool: "source-map", output: { path: path.resolve(__dirname, "dist"), - filename: "[name].bundle.js", - devtoolModuleFilenameTemplate: "[id]" + filename: "[name].bundle.js" }, module: { rules: [