mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-08 17:12:25 +05:30
Fix duplication of the codejs
This commit is contained in:
parent
bc88f56f43
commit
364b7f3c80
@ -29,12 +29,7 @@ module.exports = function (api) {
|
||||
'@babel/plugin-proposal-function-bind',
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'@babel/plugin-proposal-optional-chaining',
|
||||
[
|
||||
'@babel/plugin-transform-runtime',
|
||||
{
|
||||
corejs: 3,
|
||||
},
|
||||
],
|
||||
'@babel/plugin-transform-runtime',
|
||||
[
|
||||
'react-intl-auto',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user