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

Make sure it doesn't break other browserify plugins and transforms #11

Open
shawninder opened this issue Apr 18, 2016 · 2 comments
Open

Comments

@shawninder
Copy link
Contributor

I think requiring styles is breaking aliasify, for example. Perhaps there's a way to fix this?

@shawninder shawninder changed the title Make sure it doesn't break other plugins Make sure it doesn't break other browserify plugins and transforms Apr 19, 2016
@shawninder
Copy link
Contributor Author

Most important one to check: babelify --presets es2015

@nfrade
Copy link
Contributor

nfrade commented Apr 20, 2016

Tried this:

browserify ./platform/main.js -o browserifyBundle.js --debug -r ./package.json:package.json -p [ postcssify --filePlugins postcss-import --filePlugins postcss-import-url --plugins postcss-cssnext --out browserifyBundle.css ] -t [ babelify --presets es2015 ]

No errors in the output but I searched for => and they are still there so does not seem to be working.

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