Update sourcemap types
This commit is contained in:
parent
c088a9a660
commit
0892bc90ed
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user