aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorPhilipp Eichmann <philipp.eichmann@gmail.com>2019-01-10 16:51:14 -0500
committerPhilipp Eichmann <philipp.eichmann@gmail.com>2019-01-10 16:51:14 -0500
commit861d61970afc9e67afbafa64e8c1347a18335077 (patch)
tree69d8a9503f837b24813a5da8b3315921274b63b5 /webpack.config.js
parent5c3b292430db7c18629d78105bd2f294a653d8ee (diff)
added config to enable debugging
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
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")