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
I'm currently trying to wrangle webpack (2) to be able to import my CSS into my components, but after spending over an hour trying to get it to work, I thought I'd ask to see if anyone can help me figure this out
I'm currently trying to wrangle webpack (2) to be able to
import
my CSS into my components, but after spending over an hour trying to get it to work, I thought I'd ask to see if anyone can help me figure this outI added a
css-loader
, but when Iimport
the.css
, I get the obvious:... SyntaxError: Unexpected token { ...
error which shows that my config is obviously not working properly.
Anyone got a working example with this megaboilerplate?
The text was updated successfully, but these errors were encountered: