Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions vue-app/package-lock.json

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

2 changes: 1 addition & 1 deletion vue-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fortawesome/vue-fontawesome": "^2.0.2",
"axios": "^0.21.1",
"bulma": "^0.9.2",
"core-js": "^3.6.5",
"core-js": "^3.47.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

To ensure that Babel can correctly inject polyfills from this new version of core-js, it's important to also update core-js-compat to a matching version. core-js-compat provides the compatibility data that Babel uses for polyfill injection.

Since core-js-compat is a build-time dependency, you should add it to your devDependencies. Please add "core-js-compat": "^3.47.0" to the devDependencies section of this file and run npm install again. This will ensure that Babel is aware of all the polyfills available in core-js@3.47.0.

"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
Expand Down