commit 792ead707fe83429c98221e88a109ead824aa670
parent 698877eafb120379a368919ab58fa9f0d136df0b
Author: Sergey Orlov <wladimirych@gmail.com>
Date: Sun, 27 Jun 2021 13:23:51 +0200
properly exclude mapillary from minification
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js
@@ -198,7 +198,7 @@ module.exports = {
cache: true,
parallel: true,
sourceMap: true,
- exclude: /mapillary/u,
+ exclude: /node_modules\/mapillary/u,
}),
],
},