We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think requiring styles is breaking aliasify, for example. Perhaps there's a way to fix this?
The text was updated successfully, but these errors were encountered:
Most important one to check: babelify --presets es2015
babelify --presets es2015
Sorry, something went wrong.
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.
=>
No branches or pull requests
I think requiring styles is breaking aliasify, for example. Perhaps there's a way to fix this?
The text was updated successfully, but these errors were encountered: