diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 5db0f3dfd..ed678edc8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,6 +6,7 @@ module.exports = { devtool: 'eval', mode: 'development', entry: "./src/Main.tsx", + devtool: "source-map", output: { filename: "./bundle.js", path: path.resolve(__dirname, "build") |