From e4f78efb343d5c08bba277307dafd390437cc338 Mon Sep 17 00:00:00 2001 From: Zhang Zhi Date: Wed, 3 Mar 2021 00:21:41 +0800 Subject: [PATCH] docs: update default value of css modules `localsConvention` (#2334) --- packages/vite/src/node/plugins/css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vite/src/node/plugins/css.ts b/packages/vite/src/node/plugins/css.ts index bc509596d65a73..f334109735db04 100644 --- a/packages/vite/src/node/plugins/css.ts +++ b/packages/vite/src/node/plugins/css.ts @@ -65,7 +65,7 @@ export interface CSSModulesOptions { | ((name: string, filename: string, css: string) => string) hashPrefix?: string /** - * default: 'camelCase' + * default: null */ localsConvention?: | 'camelCase'