Build source maps on production build again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7b82895982
commit
506f1784fc
|
@ -16,6 +16,7 @@ module.exports = common.map(
|
|||
keep_quoted_props: true,
|
||||
},
|
||||
},
|
||||
sourceMap: true,
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue