Enable source-map

This commit is contained in:
Misode
2021-01-01 05:30:04 +01:00
parent 28909fe96c
commit c3914d46fb

View File

@@ -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'