本文方案与其他方案对比

方案实现方式首次编译后续编译
VSCode高效开发工作流配置rollup+watch20s20s
小技巧使Laya构建速度提高10倍browserify+watchify20s10s
本文方案webpack+express15s2s

实现步骤

1.安装 Egret Engine

2.Egret Engine中安装Egret WingEgret Compiler

3.下载我整理好的Egret框架,解压到Laya项目

4.Egret Wing打开Laya项目,编译一次

5.修改文件scripts/plugins/node_modules/@egret/egret-webpack-bundler/lib/index.js

64行:
open_1.openUrl("http://localhost:" + port + "/bin/index2.html");
125行:
filename: 'bin/main.js'

nihanlong
1 声望0 粉丝