wbyoung / babel-plugin-transform-postcss

Babel PostCSS Transform
MIT License
55 stars 23 forks source link

Webpack ExtractTextPlugin stops working after using transform plugin #53

Closed max-mykhailenko closed 7 years ago

max-mykhailenko commented 7 years ago

Did plugin remove import statement from code? How I can leave my extracting logic?

wbyoung commented 7 years ago

I don't know what that plugin does and am not using this in a Webpack setup. Can you post an example project without babel-plugin-transform-postcss to GitHub and then open a PR against that working example that shows how and what exactly is breaking?

max-mykhailenko commented 7 years ago

Not needed more, I'm switched to webpack on server side too