mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-20 22:10:30 +00:00
Using eval-source-maps in webpack for now
keep original code, quite fast on rebuilds
This commit is contained in:
@@ -16,7 +16,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
|
||||
module.exports = {
|
||||
// Efficiently evaluate modules with source maps
|
||||
devtool: 'source-map',
|
||||
devtool: 'eval-source-map',
|
||||
|
||||
// Set entry points with hot loading
|
||||
entry: {
|
||||
|
||||
Reference in New Issue
Block a user