brunch / postcss-brunch

Adds PostCSS support to brunch
MIT License
53 stars 31 forks source link

This plugin will make error in some cases #53

Closed zhengxiaoyao0716 closed 1 year ago

zhengxiaoyao0716 commented 6 years ago

If we use the same name between the css and js file, the js file maybe overwrite!

But I think it the duty of brunch itself instead of this plugins.

For more information, look this issue: The implement of require.register function has some problem