Skip to content

Releases: zuzucheFE/guido

v4.1.0

16 May 04:19
Compare
Choose a tag to compare

Features

Fix

  • 修正svgsprite引用模块问题

v3.7.1

07 Mar 15:08
Compare
Choose a tag to compare

Features

v3.7.0

23 Feb 09:00
Compare
Choose a tag to compare

Features

  • 支持.babelrc,默认使用 babel-preset-zuzuche
  • server 默认启动浏览器
  • server 模式下,改动文件rebuild时自动清楚历史日志

v3.4.0

17 Oct 07:30
Compare
Choose a tag to compare

Features

默认配置

{
    mozjpeg: {
        quality: 75
    },
    pngquant: {
        quality: '65-90',
        speed: 4
    },
    svgo:{
        plugins: [{
            removeViewBox: false
        }, {
            removeEmptyAttrs: false
        }]
    }
}

v3.3.0

13 Oct 03:59
Compare
Choose a tag to compare

Performance

🚀监听模式下的构建性能提升(10-20倍)

html-webpack-plugin构建存在性能问题,暂时更换使用html-webpack-plugin-for-multihtml

PR: jantimon/html-webpack-plugin#797

v3.2.0

12 Oct 08:07
Compare
Choose a tag to compare

Features

  • babel-preset-es2015更新使用babel-preset-env
  • js代码压缩改用webpack-parallel-uglify-plugin

v3.1.7

11 Oct 10:11
Compare
Choose a tag to compare

Refactor

  • 兼容url-loader limit只能数字和字符串
  • 兼容style-loader hmr开关

BugFix

v3.1.4

07 Sep 10:52
Compare
Choose a tag to compare

Features

  • compatible css file output custom name
  • template resource reference support absolute paths

BugFix

v3.1.0

20 Jul 17:14
Compare
Choose a tag to compare

Refactor

  • dev server mode disable code inline

Features

  • add html options, support specify file change HtmlWebpackPlugin Config
    html.filter html.beforeInitialization html.afterInitialization

v1.3.2

30 Jun 02:36
Compare
Choose a tag to compare

Refactor

  • add process property

Features

  • svg2font support for custom configuration