mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Changes source map devtool to inline-source-map (#30004)
This commit is contained in:
parent
cbd9654cb1
commit
602d8f601c
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user