Skip to content

Releases: indooorsman/esbuild-css-modules-plugin

v2.2.0

18 Mar 12:15
c615441
Compare
Choose a tag to compare

What's Changed

  • Refactor v 2 2 by @indooorsman in #23
  • v2 now support auto inject generated css into page
  • inject for and only for v2 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 to document.head

Full Changelog: v2.1.6...v2.2.0

v2.1.6

22 Feb 07:48
Compare
Choose a tag to compare
  • fix .d.ts

v2.1.5

21 Feb 07:33
85a3723
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

17 Feb 06:04
Compare
Choose a tag to compare

What's Changed

  • [v2] add filename as class prefix, e.g.: .some-class in some.module.css will be transformed to .some-module__some-class-[hash]

v2.1.3

16 Feb 09:40
Compare
Choose a tag to compare