Update sourcemap types

This commit is contained in:
Jaco Greeff 2017-08-04 13:24:03 +02:00
parent c088a9a660
commit 0892bc90ed
1 changed files with 3 additions and 2 deletions

View File

@ -51,8 +51,9 @@ const entry = isEmbed
module.exports = {
cache: !isProd,
devtool: isProd ? '#hidden-source-map' : '#source-map',
devtool: isProd
? '#source-map'
: '#cheap-eval',
context: path.join(__dirname, '../src'),
entry,
output: {