babel-plugin-open-source

1.3.4 • Public • Published



Alt + Click on rendered JSX to open it's source code in VSCode

 

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?

this repo

 

license

MIT © siddharthkp

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i babel-plugin-open-source

    Weekly Downloads

    746

    Version

    1.3.4

    License

    MIT

    Unpacked Size

    8.27 kB

    Total Files

    5

    Last publish

    Collaborators

    • siddharthkp