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
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
I'm trying to integrate typings-for-css-modules-loader into a webpack 4 build together with sass-loader. I noticed that my build works with css-loader but of course no typings get generated.
How ever when I replace css-loader with typings-for-css-modules-loader typings get generated but I end up with errors down the line in style-loader that my sass files are invalid. (see below)
The text was updated successfully, but these errors were encountered:
piscis
changed the title
make typings-for-css-modules-loader compatible with css-loader >= 1.0.0
make typings-for-css-modules-loader compatible with css-loader >= 1.0.0 + webpack 4
Nov 12, 2018
I'm trying to integrate
typings-for-css-modules-loader
into a webpack 4 build together with sass-loader. I noticed that my build works withcss-loader
but of course no typings get generated.How ever when I replace
css-loader
withtypings-for-css-modules-loader
typings get generated but I end up with errors down the line instyle-loader
that my sass files are invalid. (see below)Here are my storybook 4 webpack configs:
working webpack config:
none working webpack config:
**Stacktrace: (and many more) **
I noticed that starting with css-loader 1.x are some breaking changes.
for example:
package.json
The text was updated successfully, but these errors were encountered: