Skip to content

Commit

Permalink
Update JS build dependencies (#9410)
Browse files Browse the repository at this point in the history
* Update JS build dependencies

Also remove:
- @babel/plugin-syntax-dynamic-import: No longer needed since babel
  7.8.0
- @babel/register: Not referenced anywhere

* Bump bundlesizes
  • Loading branch information
cdrini committed Jun 19, 2024
1 parent cb5c413 commit 3cb7cfe
Show file tree
Hide file tree
Showing 4 changed files with 2,365 additions and 1,305 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"corejs": 3
}
]
],
"plugins": [ "@babel/plugin-syntax-dynamic-import" ]
]
}
4 changes: 2 additions & 2 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"path": "static/build/markdown-editor.*.js",
"maxSize": "12KB"
"maxSize": "13KB"
},
{
"path": "static/build/carousel.*.js",
Expand All @@ -34,7 +34,7 @@
},
{
"path": "static/build/modal-links.*.js",
"maxSize": "6KB"
"maxSize": "7KB"
},
{
"path": "static/build/user-website.*.js",
Expand Down

0 comments on commit 3cb7cfe

Please sign in to comment.