fixed funky source maps

This commit is contained in:
Eugene Pankov
2019-04-28 11:42:34 +02:00
parent 693edab597
commit d0c245d0d5
8 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ const webpack = require('webpack')
module.exports = {
target: 'node',
entry: 'src/index.ts',
devtool: 'source-map',
devtool: 'eval-source-map',
context: __dirname,
mode: 'development',
output: {