Skip to content

Commit ebe2090

Browse files
committed
readme for v3
1 parent acf5070 commit ebe2090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ A esbuild plugin to bundle css modules into js(x)/ts(x).
77

88
Works 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
]

0 commit comments

Comments
 (0)