You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@275287902 Why would you want to use angular-css with Webpack? Webpack already has tools for this.
If you still want to for whatever reason, #31 will let you do this with the default require(), but you can just use file-loader. That's what it's there for.
I know this is old, but file-loader doesn't work if you have anything within your css file that needs to be resolved by webpack first (such as background image url).
how in webpack use angular-css
The text was updated successfully, but these errors were encountered: