From c3914d46fb803157fbb2216ba9560f0b71fa766e Mon Sep 17 00:00:00 2001 From: Misode Date: Fri, 1 Jan 2021 05:30:04 +0100 Subject: [PATCH] Enable source-map --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 60c607b9..aa5c6713 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,6 +6,7 @@ const config = require('./src/config.json') module.exports = (env, argv) => ({ entry: './src/app/Router.ts', + devtool: 'source-map', output: { path: __dirname + '/dist', filename: 'js/bundle.js'