使用

项目约定

1. 需要编译输出的js文件命名规则 "**_entry.js"

2. html文件会自动引入与之命名相同的js文件 eg:index.html会自动引入 index_entry.js文件

示例项目