summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-30 00:36:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-30 00:36:20 +0100
commitaaf7e1338d6cdb1b4e01ad318938b3eaea2f922b (patch)
tree594129ccdf20757aeb86d434dd62c0c1e8259ed5 /gulpfile.js
parent809fa186448dbd924f258f89920b9336f1979bb0 (diff)
downloadwallet-core-aaf7e1338d6cdb1b4e01ad318938b3eaea2f922b.tar.gz
wallet-core-aaf7e1338d6cdb1b4e01ad318938b3eaea2f922b.tar.bz2
wallet-core-aaf7e1338d6cdb1b4e01ad318938b3eaea2f922b.zip
wallet robustness WIP
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 698944b29..dbdb33cc0 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -60,8 +60,6 @@ const paths = {
dist: [
"dist/*-bundle.js",
"dist/*-bundle.js.map",
- "emscripten/taler-emscripten-lib.js",
- "emscripten/taler-emscripten-lib.wasm",
"img/icon.png",
"img/logo.png",
"src/webex/**/*.{js,css,html}",
@@ -149,7 +147,7 @@ function dist_prod() {
}
function compile_prod(callback) {
- let config = require("./webpack.config.js")({ prod: true });
+ let config = require("./webpack.config.js")({ mode: "production" });
webpack(config, function(err, stats) {
if (err) {
throw new gutil.PluginError("webpack", err);