From abb1f3e275a6ff9a1a8d8d38fe7609d9ab0fe5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Tr=C3=A4nklein?= Date: Mon, 19 Oct 2020 14:09:49 +0200 Subject: [PATCH] build(webpack): do not error on missing copy files (#315) --- build-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build-config.js b/build-config.js index d1ab546cf..06984d497 100644 --- a/build-config.js +++ b/build-config.js @@ -5,6 +5,7 @@ function getCopyConfig (source) { return { from: source, to: './', + noErrorOnMissing: true, globOptions: { ignore: [ '**/*.js',