Closed dfala closed 7 years ago
For anyone else experiencing similar issues in webpack be sure to add
&importLoaders=1
to your css loader string as per the PostCSS loader readme. For example:
{ test: /\.css$/, loader: 'style!css?modules&localIdentName=[name]---[local]---[hash:base64:5]&importLoaders=1!postcss-loader' }
@margalit whats the importLoaders=1
for?
Followed steps on README file, but
primary
andsecondary
get a value ofundefined
on my-component.css.