mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-27 02:48:34 +00:00
fixed funky source maps
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user