Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles not copying over on bundle with browserify. #433

Closed
MattMcFarland opened this issue Sep 8, 2015 · 1 comment
Closed

Styles not copying over on bundle with browserify. #433

MattMcFarland opened this issue Sep 8, 2015 · 1 comment

Comments

@MattMcFarland
Copy link

If using browserify and package.json to indicate which transforms to be used (which is the most expedient transform method) you cannot use lessify because transforms do not apply across module boundaries.

Per the Browserify Handbook + node_modules Transforms DO NOT apply across module boundaries!

The workarounds are:

  • Use alternative transform methods (spelling it out in command line, using task runner plugins, etc)
  • Manually copying LESS files over.
  • Overwriting react-select package.json to include browserify transforms.

I have an aging pull request to fix this: #412

@jossmac
Copy link
Collaborator

jossmac commented Mar 17, 2020

Version 1 of react-select is no longer supported.

In the best interest of the community we've decided to spend the time we have available on the latest version.

We apologise for any inconvenience.

Please see:

  1. v1 to v2 upgrade guide
  2. v1 documentation and examples

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

No branches or pull requests

2 participants