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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-29 17:35:09 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-07-31 14:14:21 +0300
commit18b9e9996e4372fd62ae66f565ae3c3afd2721b7 (patch)
tree3812215d351ae313ffb9cae6e7fdbf3b1f0cc83c /package.json
parenta3e25131ea8d49c980b5199bbd40450e8cb3c608 (diff)
Use `babel-loader-exclude-node-modules-except`
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index bcd921854..1af5a362f 100644
--- a/package.json
+++ b/package.json
@@ -69,6 +69,7 @@
"@vue/test-utils": "^1.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
+ "babel-loader-exclude-node-modules-except": "^1.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"css-loader": "^3.5.3",
"eslint": "^5.16.0",