各种数据错误兼容
视图实例化增加缓存功能 增加简单的loading-view 增加自定义模块功能
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/types.d.ts
0 → 100644
... | ... | @@ -25,8 +25,10 @@ |
"webpack-dev-server": "^3.1.0" | ||
}, | ||
"scripts": { | ||
"build": "webpack", | ||
"build-webpack": "webpack", | ||
"rollup": "rollup -c", | ||
"rename": "node scripts/rename-hash.js dist/index.js", | ||
"build": "yarn rollup && yarn rename", | ||
"ts": "dts-bundle --name engine --main types/src/index.d.ts --out ../../dist/index.d.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "webpack -w", | ||
... | ... |
scripts/rename-hash.js
0 → 100644
Please register or sign in to comment