9.1.2 • Published 6 years ago

babel-plugin-transform-carbon-imports v9.1.2

Weekly downloads
950
License
Apache-2.0
Repository
github
Last release
6 years ago

babel-plugin-transform-carbon-imports

Babel plugin for transforming import paths for carbon-components-react

Usage

Run the following command using npm:

npm i babel-plugin-transform-carbon-imports --save-dev

If you prefer Yarn, use the following command instead:

yarn add babel-plugin-transform-carbon-imports --dev

Then, in your babel config you add the following:

{
  "plugins": ["transform-carbon-imports"]
}

Options

babel-plugin-transform-carbon-imports supports a couple of options, namely:

  • throwOnNamespace: toggle whether you want the plugin to throw when it encounters import * from 'carbon-components-react' syntax.

You can pass in these options when adding the plugin to your babel configuration, for example:

{
  "plugins": [["transform-carbon-imports", { "throwOnNamespace": false }]]
}
9.1.2

6 years ago

9.1.1

6 years ago

9.1.0

6 years ago

9.0.3

6 years ago

9.0.2

6 years ago

9.0.0

6 years ago

9.0.0-alpha.1

6 years ago

9.0.0-alpha.0

6 years ago