Open shawninder opened 8 years ago
Most important one to check: babelify --presets es2015
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.
I think requiring styles is breaking aliasify, for example. Perhaps there's a way to fix this?