From 4b1565029088979e4afb2355509f2c3f8b7c94dc Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Mon, 15 Apr 2019 15:54:18 +0200 Subject: [PATCH] Use better source-map --- app/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpack.config.js b/app/webpack.config.js index dd44ef1..613f2b1 100644 --- a/app/webpack.config.js +++ b/app/webpack.config.js @@ -44,7 +44,7 @@ module.exports = { }, target: 'electron-renderer', mode: 'production', - devtool: 'cheap-source-map', + devtool: 'source-map', resolve: { // Add '.ts' and '.tsx' as resolvable extensions. extensions: ['.ts', '.tsx', '.js', '.json'],