mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 11:02:23 +08:00
testing: fixing tests
This commit is contained in:
@ -10,7 +10,7 @@ const WebpackCleanupPlugin = require('webpack-cleanup-plugin');
|
||||
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
|
||||
|
||||
module.exports = merge(common, {
|
||||
devtool: "source-map",
|
||||
devtool: "eval-source-map",
|
||||
|
||||
entry: {
|
||||
dark: './public/sass/grafana.dark.scss',
|
||||
|
Reference in New Issue
Block a user