aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/webpack.config.dev.js
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-07 00:20:56 +0800
committercrupest <crupest@outlook.com>2020-08-07 00:20:56 +0800
commit61f3c5a591688087ad1af114048f8574a13b7290 (patch)
treef8342fc45ee2dc2a362b3173561df9feb0540f7b /Timeline/ClientApp/webpack.config.dev.js
parent978c9071613177aea8b3d773827c87fa329522cd (diff)
downloadtimeline-61f3c5a591688087ad1af114048f8574a13b7290.tar.gz
timeline-61f3c5a591688087ad1af114048f8574a13b7290.tar.bz2
timeline-61f3c5a591688087ad1af114048f8574a13b7290.zip
Use eval-cheap-module-source-map for development.
Diffstat (limited to 'Timeline/ClientApp/webpack.config.dev.js')
-rw-r--r--Timeline/ClientApp/webpack.config.dev.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/webpack.config.dev.js b/Timeline/ClientApp/webpack.config.dev.js
index 80295664..fe5528ce 100644
--- a/Timeline/ClientApp/webpack.config.dev.js
+++ b/Timeline/ClientApp/webpack.config.dev.js
@@ -15,7 +15,7 @@ module.exports = (env) => {
return {
entry,
mode: 'development',
- devtool: 'eval-source-map',
+ devtool: 'eval-cheap-module-source-map',
module: {
rules: [
...commonRules,