From aaf7e1338d6cdb1b4e01ad318938b3eaea2f922b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 30 Nov 2019 00:36:20 +0100 Subject: wallet robustness WIP --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gulpfile.js') 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); -- cgit v1.2.3