mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Enable source-map
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user