This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
copy-webpack-plugin | devDependencies | major | 6.4.1 -> 13.0.0 |
v13.0.0
For more information please visit tinyglobby
.
The breaking change only affects the developer who used these options - gitignore
and ignoreFiles
in the globOptions
option.
Please migrate to the ignore
option.
v12.0.2
v12.0.1
v12.0.0
v11.0.0
Node.js
version is 14.15.0
to
support (fd095fb)v10.2.4
v10.2.3
v10.2.2
v10.2.1
v10.2.0
export =
and namespaces
used in types), now you can directly use exported types (#654) (5901006)v10.1.0
v10.0.0
Node.js
version is 12.20.0
globby
to 12.0.2
versionv9.1.0
serialize-javascript
v9.0.1
v9.0.0
Node.js
version is 12.13.0
v8.1.1
v8.1.0
v8.0.0
[hash]
and [fullhash]
works as in webpack (i.e. it is hash
of build, not content hash of file), to migrate change [name].[hash].[ext]
to [name].[contenthash][ext]
[ext]
doesn't require .
(dot) before, i.e. change [name].[ext]
to [name][ext]
[<hashType>:contenthash:<digestType>:<length>]
and [<hashType>:hash:<digestType>:<length>]
is not supported anymore, you can use output.hashDigest
, output.hashDigestLength
and output.hashFunction
options to setup it[N]
was removed in favor of using the to
option as a function[folder]
was removed[emoji]
was removedv7.0.0
5
flatten
option was removed in favor [name].[ext]
value for the to
option,transformPath
option was removed in favor Function
type of the to
option, look at examples
cacheTransform
option was removed in favor Object
type of the transform
option, look at examples
compilation.hooks.processAssets
hooknoErrorOnMissing
optionThis MR has been generated by Renovate Bot.