1.3.4 • Published 2 years ago

babel-plugin-open-source-react-native-web v1.3.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

 

install

yarn add babel-plugin-open-source --dev

 

usage

Add the plugin to your babel config.

// .babelrc
{
   "plugins": [
      "babel-plugin-open-source",
      { editor:"vscode" } // optional, default: "vscode". options: vscode | vscode-insiders | sublime | atom | phpstorm | github
    ]
}

If folks in your team use different editors, you can customise the editor just for you by adding the key BABEL_OPEN_SOURCE_EDITOR in your .env file.


Docs for changing babel config: Nextjs | create react app

 

like it?

:star: this repo

 

license

MIT © siddharthkp