faq
faq copied to clipboard
Update copy-webpack-plugin to the latest version π
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
The devDependency copy-webpack-plugin was updated from 5.1.1 to 6.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.
Publisher: evilebottnawi License: MIT
Release Notes for v6.0.0
6.0.0 (2020-05-15)
β BREAKING CHANGES
- minimum supported Node.js version is
10.13, - the plugin now accepts an object, you should change
new CopyPlugin(patterns, options)tonew CopyPlugin({ patterns, options }) - migrate on
compilation.additionalAssetshook - the
ignoreoption was removed in favorglobOptions.ignore - the
testoption was removed in favor thetransformPathoption - the
cacheoption was renamed to thecacheTransformoption,cacheTransformoption should have onlydirectoryandkeysproperties when it is an object - global
contextandignoreoptions were removed in favorpatten.contextandpattern.globOptions.ignoreoptions - the missing file error is now an error, before it was a warning
- the
fromoption now can only be a string, if you use{ from: { glob: 'directory/**', dot: false } }changed it to{ from: 'directory/**', globOptions: { dot: false } } - the
copyUnmodifiedwas removed without replacements - the
2version ofwebpack-dev-serveris not supported anymore - the
logLeverwas removed in favor theinfrastructureLogging.leveloption, please read the documentation
Features
- implement the
concurrencyoption (#466) (c176d7d) - implement the
directoryoption for thecacheTransformoption (29254e3) - implement the
noErrorOnMissingoption (#475) (e3803ce) - migrate on webpack built-in logger (#446) (5af02bc)
Bug Fixes
Commits
The new version differs by 31 commits.
64e60c2chore(release): 6.0.0dd9ce50test: coverage29254e3feat: implement thedirectoryoption for thecacheTransformoptionbebafcfrefactor: codee3803cefeat: implement thenoErrorOnMissingoption (#475)8e5bc1bchore(deps): update (#474)6b85c86docs: improve (#473)3ef3f25refactor: drop test option in favor transformPath (#472)045f629refactor: code (#471)20c9ae5docs: import documentation for thefromoption (#468)bfb4f0edocs: improve the description for thetoTypeoption (#467)c0c9fa7test: transform && transformPath (#470)197b0d8fix: asset sizec176d7dfeat: concurrency option (#466)e5e410arefactor: code (#465)
There are 31 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:
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
- The
devDependencycopy-webpack-plugin was updated from5.1.1to6.0.1.
Update to this version instead π
Commits
The new version differs by 7 commits.
6f34c86chore(release): 6.0.121d9c7drefactor: code (#488)0088530refactor: code (#486)34a63c7perf: improve performancebfc712dfix: concurrency writing assets (#484)0e62695fix: escaping special characters in thecontextoption0aae9b5docs(changelog): fix logLevel typo (#481)
See the full diff