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:
authorVincent Petry <vincent@nextcloud.com>2021-01-15 14:30:11 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-15 15:33:24 +0300
commit5673db93aee8b85a0344dff33454e3d7898b6f50 (patch)
tree6c7ce3d9b5f2e88474d705d2b36f88a3aa9aee14 /package.json
parent4af903f68bf079828ce7e8b5a0be58da36e5827a (diff)
Update @babel/preset-env and fix commonjs loading
Update @babel/preset-env to 7.12.11 has revealed an issue with the event bus library related to the CommonJS format. The webpack config was adjusted to properly load CommonJS libraries. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c8aaa1b8d..b680c86e6 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.12.10",
+ "@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^1.2.0",