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

@@ -3,7 +3,7 @@ const path = require('path')
module.exports = {
target: 'node',
entry: 'src/index.ts',
devtool: 'source-map',
devtool: 'eval-source-map',
context: __dirname,
output: {
path: path.resolve(__dirname, 'dist'),