Skip to content

Commit

Permalink
Remove FBT Babel workarounds
Browse files Browse the repository at this point in the history
It should no longer be needed, see: facebook/fbt@ecc647d

There is another issue though in Eslint which needs to be fixed, see: adeira/universe#2005

adeira-source-id: 04788595362d400edf1d5f9e8f947d764ce361ef
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed Mar 18, 2021
1 parent 6199cb2 commit 1464dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
13 changes: 1 addition & 12 deletions .babelrc.js
Expand Up @@ -2,16 +2,5 @@

module.exports = {
presets: ['@adeira/babel-preset-adeira'],
plugins: [
[
'babel-plugin-fbt',
{
extraOptions: {
__self: true,
__source: true,
},
},
],
'babel-plugin-fbt-runtime',
],
plugins: ['babel-plugin-fbt', 'babel-plugin-fbt-runtime'],
};
13 changes: 1 addition & 12 deletions .storybook/.babelrc.js
Expand Up @@ -2,16 +2,5 @@

module.exports = {
presets: ['@adeira/babel-preset-adeira'],
plugins: [
[
'babel-plugin-fbt',
{
extraOptions: {
__self: true,
__source: true,
},
},
],
'babel-plugin-fbt-runtime',
],
plugins: ['babel-plugin-fbt', 'babel-plugin-fbt-runtime'],
};

1 comment on commit 1464dea

@vercel
Copy link

@vercel vercel bot commented on 1464dea Mar 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.