增加自定义模块模拟环境
Showing
custom-emulator/app.js
0 → 100644
custom-emulator/index.html
0 → 100644
... | ... | @@ -16,10 +16,10 @@ |
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-uglify": "^6.0.3", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.7.2" | ||
"typescript": "^3.7.2", | ||
"glob": "^7.1.6", | ||
"rollup": "^1.27.13" | ||
}, | ||
"dependencies": { | ||
"glob": "^7.1.6", | ||
"rollup": "^1.27.4" | ||
} | ||
} |
Please register or sign in to comment