docs: remove babel-plugin-import (#10704)

This commit is contained in:
neverland
2022-06-11 20:20:13 +08:00
committed by GitHub
parent a317984da1
commit 88d44cf4ea
5 changed files with 74 additions and 103 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ button
└─ README.md # component doc
```
When using this directory structure, the developer of the component library needs to import the JS and CSS files respectively, and the styles can also be imported automatically through babel-plugin-import.
When using this directory structure, the developer of the component library needs to import the JS and CSS files respectively.
Theme customization can be achieved by importing style source files (less or scss) and modifying style variables.