mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 07:50:33 +00:00
Add missing babel polyfill dependency
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
4e5b69058f
commit
36a65b4743
@ -39,6 +39,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.16.7",
|
"@babel/core": "7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "7.16.7",
|
"@babel/plugin-transform-runtime": "7.16.7",
|
||||||
|
"@babel/polyfill": "7.12.1",
|
||||||
"@babel/preset-env": "7.16.7",
|
"@babel/preset-env": "7.16.7",
|
||||||
"@babel/preset-react": "7.16.7",
|
"@babel/preset-react": "7.16.7",
|
||||||
"@babel/runtime": "7.16.7",
|
"@babel/runtime": "7.16.7",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user