Chore: Changes source map devtool to inline-source-map (#30004)

This commit is contained in:
Hugo Häggmark 2020-12-30 06:03:53 +01:00 committed by GitHub
parent cbd9654cb1
commit 602d8f601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
module.exports = (env = {}) =>
merge(common, {
devtool: 'cheap-module-source-map',
devtool: 'inline-source-map',
mode: 'development',
entry: {