mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +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-function-bind',
|
||||||
'@babel/plugin-proposal-class-properties',
|
'@babel/plugin-proposal-class-properties',
|
||||||
'@babel/plugin-proposal-optional-chaining',
|
'@babel/plugin-proposal-optional-chaining',
|
||||||
[
|
'@babel/plugin-transform-runtime',
|
||||||
'@babel/plugin-transform-runtime',
|
|
||||||
{
|
|
||||||
corejs: 3,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
'react-intl-auto',
|
'react-intl-auto',
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user