vigour-io / postcssify

Browserify transform for postcss
ISC License
4 stars 1 forks source link

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

Open shawninder opened 8 years ago

shawninder commented 8 years ago

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

shawninder commented 8 years ago

Most important one to check: babelify --presets es2015

nfrade commented 8 years ago

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.