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
Hi there! Have what's hopefully a quick question. Is postcss-modules meant to take the place of css-loader in a Webpack loader array? Currently, it looks like I'm getting double hashes callout__29s3F becomes callout__29s3F__f32d and the .json import I'm doing in my components isn't finding the write class; nor is it writing to the stylesheet as I would have assumed. I'd like to get the benefits of the .json file written to disk; but maintain the other functionality css-loader provides with its asset resolution. Thanks!
Hi there! Have what's hopefully a quick question. Is
postcss-modules
meant to take the place ofcss-loader
in a Webpack loader array? Currently, it looks like I'm getting double hashescallout__29s3F
becomescallout__29s3F__f32d
and the.json
import I'm doing in my components isn't finding the write class; nor is it writing to the stylesheet as I would have assumed. I'd like to get the benefits of the.json
file written to disk; but maintain the other functionalitycss-loader
provides with its asset resolution. Thanks!Edit
It looks like something similar was asked in https://stackoverflow.com/questions/35007509/are-where-any-examples-available-on-how-to-use-postcss-modules-instead-of-css-mo
The text was updated successfully, but these errors were encountered: