Skip to content

Releases: imweb/fis3-packager-smart

紧急,先hard code一个版本使用

Choose a tag to compare

@longyiyiyu longyiyiyu released this 10 Dec 12:45

对详情页禁用 loadUrl,先hard code一下使用先

stable - bug fix

Choose a tag to compare

@haledeng haledeng released this 29 Mar 09:01
  1. ignore bug fix

删掉common css打包

Choose a tag to compare

@haledeng haledeng released this 12 Jan 01:50
  1. 输出common css打包,逻辑有问题
  2. bug fix cssAllInOne 文件被同名覆盖

stable

Choose a tag to compare

@longyiyiyu longyiyiyu released this 08 Dec 02:46

bugfix 0.7.2的发布错误

stable

Choose a tag to compare

@haledeng haledeng released this 03 Dec 11:43
  1. fix dev调试模式下 bug

stable

Choose a tag to compare

@haledeng haledeng released this 27 Nov 07:17

功能同上一个release,重构了主文件打包逻辑,代码更柔顺,更丝滑。

unstable -- 加入loadUrl支持,by lqlong

Choose a tag to compare

@haledeng haledeng released this 26 Nov 06:32
  1. 加入loadUrl支持,伪异步。
  2. 支持将resourceMap写入页面的主入口包中,不再插入到html中。

0.6.5 -- 加入loadUrl伪异步支持

Choose a tag to compare

@haledeng haledeng released this 26 Nov 07:08
  1. 同上一个release。

stable

Choose a tag to compare

@haledeng haledeng released this 25 Nov 01:36
  1. fix css打包bug

stable -- 添加jsAllInOne支持

Choose a tag to compare

@haledeng haledeng released this 12 Nov 02:04
  1. 支持html所有同步js打包成一个文件(loader这种粗暴的打包方式)。

不建议这样处理(单页应用除外), 项目中的公共库应该单独打成一个文件,方便复用。