mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 21:53:15 +08:00
Chore: Changes source map devtool to inline-source-map (#30004)
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user