Merge pull request #3574 from influxdata/fix/webpack_sourcemaps

Fix source maps to exactly reflect code instead of es5 transpilation
pull/3582/head^2
Jared Scheib 2018-06-05 16:53:34 -07:00 committed by GitHub
commit dd8dfc56c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = {
},
watch: true,
cache: true,
devtool: 'cheap-eval-source-map',
devtool: 'eval-source-map',
entry: {
app: path.resolve(__dirname, '..', 'src', 'index.tsx'),
},