mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 07:22:51 +00:00
Remove useless babel plugins
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
e26740be3c
commit
323e8f4cbf
@ -38,12 +38,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.16.7",
|
"@babel/core": "7.16.7",
|
||||||
"@babel/plugin-proposal-async-generator-functions": "7.16.7",
|
"@babel/plugin-transform-runtime": "7.16.7",
|
||||||
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
||||||
"@babel/plugin-transform-modules-commonjs": "7.16.7",
|
|
||||||
"@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",
|
||||||
"@casl/ability": "^5.4.3",
|
"@casl/ability": "^5.4.3",
|
||||||
"@fingerprintjs/fingerprintjs": "3.3.2",
|
"@fingerprintjs/fingerprintjs": "3.3.2",
|
||||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||||
|
@ -154,11 +154,14 @@ module.exports = ({
|
|||||||
roots,
|
roots,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
require.resolve('@babel/plugin-proposal-class-properties'),
|
|
||||||
require.resolve('@babel/plugin-syntax-dynamic-import'),
|
|
||||||
require.resolve('@babel/plugin-transform-modules-commonjs'),
|
|
||||||
require.resolve('@babel/plugin-proposal-async-generator-functions'),
|
|
||||||
|
|
||||||
|
[
|
||||||
|
require.resolve('@babel/plugin-transform-runtime'),
|
||||||
|
{
|
||||||
|
helpers: true,
|
||||||
|
regenerator: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
[require.resolve('babel-plugin-styled-components'), { pure: true }],
|
[require.resolve('babel-plugin-styled-components'), { pure: true }],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user