axept / prejss

Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
MIT License
248 stars 13 forks source link

Remove unused plugins, fix indirect dependency #14

Closed zerobias closed 7 years ago

zerobias commented 7 years ago

Stage-0 preset is too extensive and adds into dev config too much unstable features, which are even never used. Also, full es2015 preset adds needless regeneratorRuntime into async functions transform, which throws an error when used in projects without separately specified regenerator depending.

DenisIzmaylov commented 7 years ago

@zerobias Thank you very much for your PR! It's very appreciable. Could you please try it now with your existing projects?