Commit 5e8f253f by Daniel Lee

webpack: changed devtools setting to stop exceptions

parent 9785e6b6
......@@ -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',
......
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