Skip to content

Commit b59d821

Browse files
committed
add missing ','
1 parent c628d1a commit b59d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ esbuild.build({
5656
// this option will override others passed to postcss-modules
5757
},
5858

59-
v2: true // experimental. v2 can bundle images in css, note if set `v2` to true, other options except `inject` will be ignored. and v2 only works with `bundle: true`.
59+
v2: true, // experimental. v2 can bundle images in css, note if set `v2` to true, other options except `inject` will be ignored. and v2 only works with `bundle: true`.
6060
v2CssModulesOption: { // Optional.
6161
dashedIndents: boolean; // Optional. refer to: https://github.com/parcel-bundler/parcel-css/releases/tag/v1.9.0
6262
/**

0 commit comments

Comments
 (0)