Skip to content

v4.0.5

Choose a tag to compare

@zhongzhi107 zhongzhi107 released this 10 Jun 10:01
· 49 commits to master since this release

BREAK CHANGES:

  • clean-webpack-plugin 从 3.0 起使用语法有变化,如果在工程中有修改 config/webpack.serve.babel.js 和 config/webpack.build.babel.js 请注意语法的变化。
    // < 3.0
    import CleanWebpackPlugin from 'clean-webpack-plugin';
    
    // >= 3.0
    import { CleanWebpackPlugin } from 'clean-webpack-plugin';

Features

  • 升级依赖包
    • clean-webpack-plugin@^3.0.0
    • dotenv@^8.0.0
    • import-fresh@^3.0.0
    • mini-css-extract-plugin@^0.7.0
    • open@^6.3.0
    • url-loader@^2.0.0
    • webpack-pwa-manifest@^4.0.0