Use cheap eval instead of regular source map

pull/3374/head
Alex P 2018-04-27 14:14:19 -07:00 committed by Andrew Watkins
parent f2809ab84e
commit e1d5ebcece
1 changed files with 1 additions and 1 deletions

View File

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