Update sourcemap types
This commit is contained in:
parent
c088a9a660
commit
0892bc90ed
@ -51,8 +51,9 @@ const entry = isEmbed
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
cache: !isProd,
|
cache: !isProd,
|
||||||
devtool: isProd ? '#hidden-source-map' : '#source-map',
|
devtool: isProd
|
||||||
|
? '#source-map'
|
||||||
|
: '#cheap-eval',
|
||||||
context: path.join(__dirname, '../src'),
|
context: path.join(__dirname, '../src'),
|
||||||
entry,
|
entry,
|
||||||
output: {
|
output: {
|
||||||
|
Loading…
Reference in New Issue
Block a user