Don't use eval-based source maps

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-06-06 21:08:26 +02:00
parent 3cd169a650
commit f86fae3bd7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -6,9 +6,9 @@ module.exports = [
// merge common config
merge(common, {
mode: 'development',
devtool: 'eval-cheap-module-source-map'
devtool: 'cheap-module-source-map'
}),
merge(htmlexport, {
mode: 'development',
devtool: 'eval-cheap-module-source-map'
devtool: 'cheap-module-source-map'
})]