no message

This commit is contained in:
hawk86104 2024-08-15 15:18:31 +08:00
parent f4411476fc
commit b893f85448
3 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,8 @@
6、yarn pre.build //预览 下的编译打包
7、yarn build //自己项目 下的编译打包
8、yarn both //同时启动 dev 和 pre.dev 可以边调试自己得项目,边对照移植样例和插件
```
![展示](./preview/compileMode.png)

View File

@ -7,6 +7,7 @@
"build": "fes build",
"pre.dev": "cross-env FES_ENV=predev fes dev",
"pre.build": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev fes build",
"both":"yarn dev & yarn pre.dev",
"plugin.marker": "node pluginMaker/index.js",
"analyze": "cross-env ANALYZE=1 fes build",
"test:unit": "fes test:unit",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 76 KiB