react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Update clean-webpack-plugin to the latest version 🚀
The devDependency clean-webpack-plugin was updated from 2.0.2 to 3.0.0.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v3.0.0
- Removed Node 6 support
- Removed webpack 2 support
cleanOnceBeforeBuildPatternsuseemithook instead ofcompile- Do not clean files if webpack errors are present during initial build
- Replaced default export with named export
CleanWebpackPlugin
// es modules
import { CleanWebpackPlugin } from 'clean-webpack-plugin';
// common js
const { CleanWebpackPlugin } = require('clean-webpack-plugin');
Commits
The new version differs by 24 commits.
6fd2f73Merge pull request #144 from chrisblossom/3.0.067eb0bdMerge pull request #145 from chrisblossom/use-np6bc3b44use np to handle package releasesaa866383.0.0f2e58bfMerge pull request #138 from chrisblossom/use-named-exportd0e3408breaking: replace default export with named export CleanWebpackPluginb74ac15Merge pull request #134 from chrisblossom/use-emitf90f963Merge pull request #142 from chrisblossom/remove-node-6-and-webpack-2030dbaaMerge pull request #140 from zmj97/patch-157d2cd4use isPlainObject function514dac9package updates5f7b348require node >= 8453623crequire webpack >= 311fe42fMerge pull request #141 from chrisblossom/add-appveyor-node-12b6509f5manually install node on appveyor
There are 24 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree: