Releases: indooorsman/esbuild-css-modules-plugin
Releases · indooorsman/esbuild-css-modules-plugin
v2.2.0
What's Changed
- Refactor v 2 2 by @indooorsman in #23
v2
now support auto inject generated css into pageinject
for and only forv2
can be set to a css selector of the element which you want to inject css to, if the element can't be found then inject todocument.head
Full Changelog: v2.1.6...v2.2.0
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]