You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
500 B
Markdown

3 years ago
### core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the
number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
```shell
core-js 버전 3.3 미만은 유지보수가 안되니 사용하지 말라
# yarn add core-js@^3
3 years ago
3 years ago
# yarn audit
3 years ago
3 years ago
# yarn add yarn-audit-fix -D
# npx yarn-audit-fix
```