mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
webpack: changed devtools setting to stop exceptions
This commit is contained in:
parent
9785e6b630
commit
5e8f253ff8
@ -10,7 +10,7 @@ const WebpackCleanupPlugin = require('webpack-cleanup-plugin');
|
||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||
|
||||
module.exports = merge(common, {
|
||||
devtool: "eval-source-map",
|
||||
devtool: "cheap-module-source-map",
|
||||
|
||||
entry: {
|
||||
dark: './public/sass/grafana.dark.scss',
|
||||
|
Loading…
Reference in New Issue
Block a user