@ray-js/smart-ui 2.6.0-beta-9 → 2.6.0-beta-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README-zh_CN.md +1 -1
- package/package.json +1 -1
package/README-zh_CN.md
CHANGED
|
@@ -44,7 +44,7 @@ export default function Demo() {
|
|
|
44
44
|
考虑到项目的按需引入以及整体体积问题,上面的引入方式会导致部分组件样式文件残留影响打包产物体积,所以我们推荐使用按需引入插件,其会自动将 `import { Button } from '@ray-js/smart-ui';` 引入方式解析成 `import { Button } from '@ray-js/smart-ui/es/button';`。
|
|
45
45
|
|
|
46
46
|
1. 环境要求
|
|
47
|
-
*
|
|
47
|
+
* \>= @ray-js/cli@1.7.4
|
|
48
48
|
* esbuild 构建模式(不支持 webpack 模式)
|
|
49
49
|
* 使用 ESModule import 语法的导入
|
|
50
50
|
* **SmartUI 版本 2.4.0 及以上**
|