From ec9ce8ecd9d5d7167fb8f27cf86c0f177c2f6a86 Mon Sep 17 00:00:00 2001 From: "li.li" Date: Wed, 18 Jul 2018 15:20:36 +0800 Subject: [PATCH] :memo: ext option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa1f7073..abc5a5c5 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,4 @@ or - `["component", { "libDir": "lib" }]`: lib directory - `["component", { "root": "index" }]`: main file dir - `["component", { "camel2Dash": false }]`: whether parse name to dash mode or not, default `true` +- `["component", { "ext": ".less" }]`: style file extension, default '.css'