Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^1.1.0"
},
"dependencies": {
"chunk-manifest-webpack-plugin": "~1.0.0"
"chunk-manifest-webpack-plugin": "~1.1.1"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well patch to 1.1.2 as there apparently was a regression bug in 1.1.1. See below:
soundcloud/chunk-manifest-webpack-plugin@1321345

So I'd suggest ~1.1.2.

},
"scripts": {
"lint": "node_modules/.bin/eslint ./src",
Expand Down