Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
v2.1.6
- fix .d.ts
v2.1.5
What's Changed
- fix a bug in classname replacing by @indooorsman in #22
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- [v2] add filename as class prefix, e.g.:
.some-class
insome.module.css
will be transformed to.some-module__some-class-[hash]