parcel-plugin-glamor-createelement

0.0.3 • Public • Published

parcel-plugin-glamor-createelement

A plugin to allow you use glamor with parcel-bundler.

Usage

npm install --save-dev parcel-plugin-glamor-createelement

And in .babelrc:

{
  ...
  "plugins": [
    [
      "transform-react-jsx",
      { "pragma": "Glamor.createElement" }
    ]
  ]
}

Package Sidebar

Install

npm i parcel-plugin-glamor-createelement

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • changyan