css-modules / css-modules-loader-core

A loader-agnostic CSS Modules implementation, based on PostCSS
91 stars 34 forks source link

update to postcss 8? #238

Closed dhlolo closed 1 year ago

dhlolo commented 1 year ago

While using CustomLoader, stuck in error 'Error: true is not a PostCSS plugin'

dhlolo commented 1 year ago

Found that referred file should be 'postcss-modules/build/FileSystemLoader'. But in my Loader, I also installed css-modules-loader-core and copied const Core = require('css-modules-loader-core/lib/index');.