parcel-plugin-glamor-createelement
v0.0.3
Published
A plugin to allow you use glamor with parcel-bundler
Downloads
1
Maintainers
Readme
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" }
]
]
}