Skip to content

Commit

Permalink
Merge pull request #863 from nextcloud/do-not-ship-corejs
Browse files Browse the repository at this point in the history
chore: Do not bundle `core-js` polyfills already included in server core
  • Loading branch information
susnux committed Jul 20, 2023
2 parents 0a3a52d + b6ef96f commit ebb75cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Expand Up @@ -4,8 +4,7 @@ export default {
[
"@babel/env",
{
useBuiltIns: "usage",
corejs: "3",
useBuiltIns: false,
},
],
],
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -38,7 +38,6 @@
"dependencies": {
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/typings": "^1.7.0",
"core-js": "^3.31.1",
"toastify-js": "^1.12.0"
},
"files": [
Expand Down

0 comments on commit ebb75cc

Please sign in to comment.