Laya编译,从20s到2s

本文方案与其他方案对比

方案 实现方式 首次编译 后续编译
VSCode高效开发工作流配置 rollup+watch 20s 20s
小技巧使Laya构建速度提高10倍 browserify+watchify 20s 10s
本文方案 webpack+express 15s 2s

实现步骤

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'

你可能感兴趣的:(html5,layaair,游戏,egret)