Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Added browserify directive to make sure that JSX->JS transform happens w... #15

Closed
wants to merge 2 commits into from

Conversation

shitalm
Copy link

@shitalm shitalm commented Jan 8, 2015

Currently we are getting errors about illegal characters when we use reactify transform on the local module which imports react-autocomplete. This is because reactify works only on local modules and not the imported ones unless we explicitly specify reactify transform in package.json. This patch adds reactify directive and also css directive to package.json

…s when we import this as CommonJS module. This is very critical fix without which users will get strange error messages about unexpected characters ("<")

Added style directive for use by npm-css
@ahutchings
Copy link

The "reactify" module also needs to be added to dependencies in order for this to work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants