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

Command Compiles Incorrectly with Presets #22

Closed
djskripta opened this issue Mar 19, 2017 · 2 comments
Closed

Command Compiles Incorrectly with Presets #22

djskripta opened this issue Mar 19, 2017 · 2 comments

Comments

@djskripta
Copy link

When i set my BROWSERIFY_ARGUMENTS to include the es2015 and react presets as described in the docs, the command compiles like this:

browserify -t [babelify --presets [es2015 react]] --list *****\static\***\js\app.browserify.js

The intended command is:

browserify -t [babelify --presets [es2015 react] ****\static\***\js\app.browserify.js] --list

I may just end up forking this and making my own implementation

@djskripta
Copy link
Author

Turns out this was an issue with directory structure and where my browserify and es2015 preset was saved to. Still haven't resolved it, but im pretty sure it's not an issue with this library

@natevw
Copy link
Collaborator

natevw commented Mar 20, 2017

Thanks for following up, and feel free to re-open if need be!

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