Skip to content

Latest commit

 

History

History
595 lines (254 loc) · 16 KB

File metadata and controls

595 lines (254 loc) · 16 KB

0.4.19 (2019-04-24)

Bug Fixes

  • remove pic compress (d8c401c)
  • 修复上下文bug (8a5d621)
  • 锁住html-webpack-include-assets-plugin的版本号 (d0e6237)

0.4.15 (2019-03-06)

Bug Fixes

  • 修复静态资源离线包的bug (097d05f)

Features

  • 错误构建阶段抛出,避免发布到线上 (89e4c19)

0.4.12 (2018-12-31)

Bug Fixes

  • fix dev mode loader path (84d635e)
  • 修复开发环境下的图片重复问题 (c107356)

0.4.10 (2018-12-15)

Features

  • support global-style loader path (f5a3e7c)

0.4.9 (2018-11-22)

Bug Fixes

  • 支持 ios8 机型的 autoprefix (610fb4a)

Features

0.4.7 (2018-09-20)

Features

0.4.6 (2018-09-11)

Bug Fixes

  • 删除掉 Webview 预加载的插件 (761759f)

Features

  • 增加测试用模板,以及相关测试代码 (31af928)
  • 更新package.json,更新test.js,删除public (63c893e)

0.4.5 (2018-09-03)

Bug Fixes

  • node_modules里面的内容不编译. (b50f7b5)

0.4.4 (2018-08-24)

Features

0.4.3 (2018-08-23)

Features

0.4.0 (2018-08-21)

Bug Fixes

  • 修改注释,去除不必要依赖 (d5d8c9f)
  • 开放builder-webpack-core版本 (08457bf)

Features

  • 兼容原来的代理配置,去除不必要的依赖库 (c0b752f)
  • 支持热更新,开发环境使用publicPath方便配代理 (873a038)

0.3.34 (2018-07-04)

Bug Fixes

  • feflow.js导致的路径问题修复. (042ff66)

0.3.33 (2018-07-04)

Bug Fixes

0.3.32 (2018-07-04)

Features

  • 支持feflow.js配置文件. (9e94898)

0.3.21 (2018-06-20)

Bug Fixes

Features

  • 增加对TS语法的支持。 (4e0dae7)

0.3.18 (2018-05-17)

Features

  • code split, 抽离出公共js文件 (9b577af)

0.3.16 (2018-05-10)

Features

0.3.15 (2018-05-09)

Features

  • 支持不传入bizName, 使用于 now.qq.com/index.html 官网的场景. (93f932d)

0.3.14 (2018-04-28)

Features

  • 捷豹部署平台的Loader路径. (5b99f63)

0.3.13 (2018-04-28)

Bug Fixes

  • 增加对现有版本的兼容. (2917325)

0.3.12 (2018-04-27)

Bug Fixes

  • externals去掉http schema的头部. (cc8d351)
  • 增加node-sass依赖。 (c74bcda)

0.3.10 (2018-04-27)

Features

  • 开发环境默认使用非压缩版本的公用库. (c0f6190)
  • babel相关配置交给开发者,在.babelrc进行配置. (9b4d130)
  • 设置loader的npm包查找的相对路径. (641d8d6)

0.3.9 (2018-04-23)

Bug Fixes

  • 兼容目前其它的包(依赖babel-preset-es2015) (7366109)

0.3.8 (2018-04-20)

Features

  • 使用babel-preset-env替代babel-preset-es2015 (3a52336)
  • 支持纯html(没有入口文件)的场景。 (3d00596)

0.3.7 (2018-04-13)

Bug Fixes

  • 打包的cdn和离线包路径修复. (0e8db39)

Features

  • 开发阶段增加soucemap. (09fa0f2)
  • 支持域名可配置. (566dc43)

0.3.7-beta.1 (2018-04-13)

Features

  • 开发阶段增加soucemap. (09fa0f2)
  • 支持域名可配置. (566dc43)

0.3.6 (2018-04-05)

Bug Fixes

  • 修复PR时import导致的报错. (a2cf19d)

0.3.5 (2018-04-04)

Features

  • 增加loader 的可配置选项 (2b0ddc2)

0.3.4 (2018-03-22)

Bug Fixes

  • 去掉离线包里面的script标签上的intergrity属性 (ad0c5a0)

0.3.3 (2018-03-20)

Features

  • 增加process.env.NODE_ENV, 避免线上报warning. (fcd2f3c)

0.3.2 (2018-03-20)

Bug Fixes

  • 离线包的assets去掉url paramter. (5da0139)

0.3.1 (2018-03-20)

Bug Fixes

0.3.0 (2018-03-19)

Bug Fixes

0.2.19 (2018-03-19)

Features

  • 集成babel-plugin-import. (a868a1c)

0.2.18 (2018-03-19)

Bug Fixes

  • 修复import语法错误. (3197be6)

Features

  • externals引入的js lib也加上crossorigin. (553f050)

0.2.16 (2018-03-19)

Features

  • 给生成的js bundle增加crossorigin头,便于记录错误日志详细堆栈. (bc7fce5)

0.2.15 (2018-03-11)

Bug Fixes

Features

  • alias支持自定义配置. (a8cca61)
  • externals支持配置. (5915fa7)

0.2.13 (2018-03-09)

Features

  • 支持css后缀的解析规则. (5878cdd)

0.2.12 (2018-03-09)

Features

  • 增加字体解析规则. (1c50ca9)

0.2.11 (2018-03-08)

Features

  • 支持ES7 decorators特性 (7130086)

0.2.10 (2018-03-08)

Features

  • 支持生产环境inlineCSS配置 (7130086)

0.2.9 (2018-01-15)

Features

  • replace-text-loader兼容webpack2.x版本 (7130086)
  • 集成雪碧图功能. (4cb899c)

0.2.8 (2018-01-09)

Bug Fixes

  • 修复依赖引入问题. (72073f4)

0.2.7 (2018-01-09)

Features

  • 支持scss文件中资源根据绝对路径方式加载 (7a4b05e), closes close#4

0.2.6 (2017-12-21)

Bug Fixes

  • 清楚public目录bug修复. (b4a7371)

0.2.5 (2017-12-21)

Features

  • inline html语法支持. (fa73977)

0.2.4 (2017-12-21)

Features

  • 支持fis3的inline语法糖. (071b392)

0.2.3 (2017-12-18)

Bug Fixes

  • 打包的静态资源路径问题修复 (55ad4c1)

Features

  • 对打包出来的html里面replace掉cdn目录路径 (db9f88a)

0.2.1 (2017-12-18)

Bug Fixes

  • 修复静态资源的引用问题. (47dc18b)

0.2.0 (2017-12-11)

Bug Fixes

  • clean public folder path (7822a3a)
  • remove loader and plugin dependencies in project. (da9bafc)
  • cli show colors and repair dependencies. (2e8640d)

Features

  • 集成dev和build命令 (2baa8ec)

0.1.5 (2017-12-09)

Features

  • 支持非git项目类型的构建 (8953557)

0.1.4 (2017-12-07)

Features

  • 支持css绝对路径的写法 (a9f2d2b)

0.1.3 (2017-12-06)

Bug Fixes

  • css解析增加auto prefixer (ec9cf73)

Features

  • webpack构建配置 (56c9b55)
  • 基础包通过cdn引入 (d6763fc)
  • 支持绝对路径import语法 (33ab7c6)