Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick <patrick@westberliner.net>2021-12-05 01:03:56 +0300
committerPatrick <patrick@westberliner.net>2021-12-05 01:03:56 +0300
commit718d1995d352453f228b4d4bd2c8bb349433e7ed (patch)
tree9b090383708ed1a9f3c960194234c6be02283bf2 /webpack.prod.js
parentd39945094f539a4ddcddbff4490349ed372c645d (diff)
Version bump to NC23. Update node dependencies.v1.1.3
Diffstat (limited to 'webpack.prod.js')
-rw-r--r--webpack.prod.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.prod.js b/webpack.prod.js
index 3b8053b..704c144 100644
--- a/webpack.prod.js
+++ b/webpack.prod.js
@@ -3,4 +3,5 @@ const common = require('./webpack.common.js')
module.exports = merge(common, {
mode: 'production',
+ devtool: 'nosources-source-map'
})