Commit 602d8f60 by Hugo Häggmark Committed by GitHub

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

parent cbd9654c
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment