New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

esbuild-css-modules-plugin

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esbuild-css-modules-plugin - npm Package Versions

indooorsman
published 2.4.0 •

Changelog

Source

V2.4.0

  • Add filter option: Regular expression used to match CSS module files by @christianvuerings in #40
indooorsman
published 2.3.2 •
indooorsman
published 2.3.1 •

Changelog

Source

V2.3.1

indooorsman
published 2.3.0 •

Changelog

Source

V2.3.0

indooorsman
published 2.2.16 •

Changelog

Source

V2.2.16

commit: 6d0cc68

  • V2: pass relative path to @parcel/css as filename to keep hash stable in different machines
indooorsman
published 2.2.15 •
indooorsman
published 2.2.14 •
indooorsman
published 2.2.13 •

Changelog

Source

V2.2.13

  • [v2] [bugfix] exports of entry js are lost with auto inject
indooorsman
published 2.2.12 •

Changelog

Source

V2.2.12

  • [v2] only use cache in watch mode
  • [v2] refine inject logic
  • [v2] add example of custom inject to tests
indooorsman
published 2.2.11 •

Changelog

Source

V2.2.11

  • replace process.memoryUsage.rss() to process.memoryUsage().rss to support Nodejs<15.6.0