You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A esbuild plugin to bundle css modules into js(x)/ts(x).
6
+
A esbuild plugin to bundle css modules into js(x)/ts(x). Based on extremely fast [Lightning CSS](https://lightningcss.dev/)
7
7
8
8
Works both with `bundle: false` and `bundle: true`.
9
9
10
10
If build with `bundle: false`, `xxx.modules.css` will be transformed to `xxx.modules.css.js`.
11
11
12
-
See [`./test/test.js`](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/test/test.js) for examples.
12
+
See [index.d.ts](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/index.d.ts) for all settings & [`./test/test.js`](https://github.com/indooorsman/esbuild-css-modules-plugin/blob/main/test/test.js) for examples.
0 commit comments