经验 WebWorker 工作流程
- 构建 html
gulp copy-html
- 构建前台
gulp bundle_front
- 构建 webgl worker 工作代码
gulp bundle_logic_webgl
运行 build/index.html
webpack.front.js webpack.logic.js webpack.logic_webgl.js webpack.logic_webgl_vao.js
运行 webpack_build/index.html
8000