-
-
Notifications
You must be signed in to change notification settings - Fork 285
Comparing changes
Open a pull request
base repository: webpack-contrib/copy-webpack-plugin
base: 650d44da2c68035850cd52dc67dcb409e66baaf7
head repository: webpack-contrib/copy-webpack-plugin
compare: 64e60c2a5146cc7e51fbbd824503bbde2b512c1a
Commits on Jan 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f8a2fe - Browse repository at this point
Copy the full SHA 8f8a2feView commit details
Commits on Jan 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 034fd3f - Browse repository at this point
Copy the full SHA 034fd3fView commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc55042 - Browse repository at this point
Copy the full SHA cc55042View commit details
Commits on Apr 27, 2020
-
BREAKING CHANGE: minimum supported Node.js version is `10.13`, use `md4` by default for hashes
Configuration menu - View commit details
-
Copy full SHA for 44104c7 - Browse repository at this point
Copy the full SHA 44104c7View commit details -
feat: migrate on webpack built-in logger (#446)
BREAKING CHANGE: the `logLever` was removed in favor the `infrastructureLogging.level` option, please read the [documentation](https://webpack.js.org/configuration/other-options/#infrastructurelogginglevel)
Configuration menu - View commit details
-
Copy full SHA for 5af02bc - Browse repository at this point
Copy the full SHA 5af02bcView commit details -
refactor: remove legacy hacks (#447)
BREAKING CHANGE: the `2` version of `webpack-dev-server` is not supported anymore
Configuration menu - View commit details
-
Copy full SHA for 5a0daeb - Browse repository at this point
Copy the full SHA 5a0daebView commit details -
fix: persist assets between rebuilds
BREAKING CHANGE: the `copyUnmodified` was removed without replacements
Configuration menu - View commit details
-
Copy full SHA for 57f3e61 - Browse repository at this point
Copy the full SHA 57f3e61View commit details
Commits on Apr 28, 2020
-
refactor: 'from' option (#450)
BREAKING CHANGE: the 'from' option now can only be a string, if you use `{ from: { glob: 'directory/**', dot: false } }` changed it to `{ from: 'directory/**', globOptions: { dot: false } }`
Configuration menu - View commit details
-
Copy full SHA for 383ff9d - Browse repository at this point
Copy the full SHA 383ff9dView commit details -
refactor: plugin options (#451)
BREAKING CHANGE: the plugin now accepts an object as options, you should change `new CopyPlugin(patterns, options)` to `new CopyPlugin( { patterns, options })`
Configuration menu - View commit details
-
Copy full SHA for aedd2bd - Browse repository at this point
Copy the full SHA aedd2bdView commit details -
refactor: rename the
cache
option tocacheTransform
(#452)BREAKING CHANGE: the `cache` option was renamed to `cacheTransform`
Configuration menu - View commit details
-
Copy full SHA for f6da280 - Browse repository at this point
Copy the full SHA f6da280View commit details -
refactor: remove the global
context
option (#453)BREAKING CHANGE: the global `context` option was removed in favor the `patten.context` option
Configuration menu - View commit details
-
Copy full SHA for 64b2e1a - Browse repository at this point
Copy the full SHA 64b2e1aView commit details
Commits on Apr 30, 2020
-
BRAKING CHANGE: globby was update to latest version, some pattern can't work on windows, please read documentation
Configuration menu - View commit details
-
Copy full SHA for a728675 - Browse repository at this point
Copy the full SHA a728675View commit details
Commits on May 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e2f3a1 - Browse repository at this point
Copy the full SHA 1e2f3a1View commit details
Commits on May 8, 2020
-
BREAKING CHANGE: migrate on `compilation.additionalAssets` hook
Configuration menu - View commit details
-
Copy full SHA for 42194f3 - Browse repository at this point
Copy the full SHA 42194f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b07a63 - Browse repository at this point
Copy the full SHA 6b07a63View commit details
Commits on May 12, 2020
-
refactor: remove the
ignore
option in favor globOptions.ignore (#463)BREAKING CHANGE: the `ignore` option was removed in favor `globOptions.ignore`
Configuration menu - View commit details
-
Copy full SHA for 0be6470 - Browse repository at this point
Copy the full SHA 0be6470View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e410a - Browse repository at this point
Copy the full SHA e5e410aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c176d7d - Browse repository at this point
Copy the full SHA c176d7dView commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 197b0d8 - Browse repository at this point
Copy the full SHA 197b0d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c9fa7 - Browse repository at this point
Copy the full SHA c0c9fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb4f0e - Browse repository at this point
Copy the full SHA bfb4f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c9ae5 - Browse repository at this point
Copy the full SHA 20c9ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 045f629 - Browse repository at this point
Copy the full SHA 045f629View commit details
Commits on May 15, 2020
-
refactor: drop test option in favor transformPath (#472)
BREAKING CHANGE: the `test` option was removed in favor the `transformPath` option
Configuration menu - View commit details
-
Copy full SHA for 3ef3f25 - Browse repository at this point
Copy the full SHA 3ef3f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b85c86 - Browse repository at this point
Copy the full SHA 6b85c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5bc1b - Browse repository at this point
Copy the full SHA 8e5bc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3803ce - Browse repository at this point
Copy the full SHA e3803ceView commit details -
BREAKING CHANGE: the missing file error is now an error
Configuration menu - View commit details
-
Copy full SHA for bebafcf - Browse repository at this point
Copy the full SHA bebafcfView commit details -
feat: implement the
directory
option for thecacheTransform
optionBREAKING CHANGE: the `cacheTransform` option should have only `directory` and `keys` properties when it is an object
Configuration menu - View commit details
-
Copy full SHA for 29254e3 - Browse repository at this point
Copy the full SHA 29254e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9ce50 - Browse repository at this point
Copy the full SHA dd9ce50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e60c2 - Browse repository at this point
Copy the full SHA 64e60c2View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.