Update webpack-manifest-plugin in packages/react-scripts from 1.3.2 to 2.0.0 #91
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
webpack-manifest-plugin
(a npm dependency inpackages/react-scripts
) from "1.3.2" to "2.0.0".2.0.0
BREAKING CHANGES:
basePath
is not ignored whenpublicPath
is used feat(basePath): use basePath for keys only shellscape/webpack-manifest-plugin#74basePath
is only modifying manifest keys feat(basePath): use basePath for keys only shellscape/webpack-manifest-plugin#74stripStr
option was removed feat: deprecate stripStr shellscape/webpack-manifest-plugin#83cache
option was renamedseed
shellscape/webpack-manifest-plugin@a3db580reduce
option was replaced bygenerate
option feat: add generate option shellscape/webpack-manifest-plugin#90emit
event: fix few issues with webpack@4 shellscape/webpack-manifest-plugin#134fixes:
seed
options is used): fix(seed): reset seed on each emit shellscape/webpack-manifest-plugin#140features:
basePath
for keys only feat(basePath): use basePath for keys only shellscape/webpack-manifest-plugin#74generate
option feat: add generate option shellscape/webpack-manifest-plugin#90sort
option shellscape/webpack-manifest-plugin@ae03fbdserialize
options: add outputFormatter option shellscape/webpack-manifest-plugin#123