Releases: zuzucheFE/guido
Releases · zuzucheFE/guido
v4.1.0
v3.7.1
Features
v3.7.0
Features
- 支持
.babelrc
,默认使用 babel-preset-zuzuche server
默认启动浏览器server
模式下,改动文件rebuild时自动清楚历史日志
v3.4.0
Features
- 支持imagemini配置项,具体看:https://github.com/tcoopman/image-webpack-loader#usage
默认配置
{
mozjpeg: {
quality: 75
},
pngquant: {
quality: '65-90',
speed: 4
},
svgo:{
plugins: [{
removeViewBox: false
}, {
removeEmptyAttrs: false
}]
}
}
v3.3.0
Performance
🚀监听模式下的构建性能提升(10-20倍)
html-webpack-plugin构建存在性能问题,暂时更换使用html-webpack-plugin-for-multihtml
v3.2.0
Features
- babel-preset-es2015更新使用babel-preset-env
- js代码压缩改用webpack-parallel-uglify-plugin
v3.1.7
Refactor
- 兼容url-loader limit只能数字和字符串
- 兼容style-loader hmr开关
BugFix
- 兼容Chunk.modules警告 https://github.com/webpack/webpack/blob/master/lib/Chunk.js#L470
v3.1.4
Features
- compatible css file output custom name
- template resource reference support absolute paths
BugFix
image-webpack-loader
PNG images wrong output at Safari and FF tcoopman/image-webpack-loader#109