File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ A esbuild plugin to bundle css modules into js(x)/ts(x).
77
88Works both with ` bundle: false ` and ` bundle: true ` .
99
10- If build with ` bundle: false ` , ` xxx.modules.css ` will be transformed to ` xxx.modules.css. js ` .
10+ If build with ` bundle: false ` , ` xxx.modules.css ` will be transformed to ` xxx.modules.js ` .
1111
12- See [ ` ./test/test.js ` ] ( https://github.com/indooorsman/esbuild-css-modules-plugin/blob/master /test/test.js ) for examples.
12+ See [ ` ./test/test.js ` ] ( https://github.com/indooorsman/esbuild-css-modules-plugin/blob/v3 /test/test.js ) for examples.
1313
1414## Install
1515
@@ -102,7 +102,7 @@ esbuild.build({
102102 */
103103 inject: false ,
104104
105- /** Optional. Regex to filter certain CSS files. */
105+ /** Optional. Regex to filter certain CSS files. default is `/\.modules?\.css$/i` */
106106 filter: / \. modules? \. css$ / i
107107 })
108108 ]
You can’t perform that action at this time.
0 commit comments