Skip to content

Commit c068073

Browse files
committed
feature #968 Locking assets-webpack-plugin to less than 7.1.0 (weaverryan)
This PR was merged into the main branch. Discussion ---------- Locking assets-webpack-plugin to less than 7.1.0 ztoben/assets-webpack-plugin#392 makes our integrity calculation no longer work, as the files have not been emitted by the time processOutput() is called. A better fix will need to be created. I'll create an issue after merging this for that. The most obvious would be to - if possible - use the existing https://github.com/ztoben/assets-webpack-plugin#integrity If it IS possible (I don't know if it exposes all the same info we do), then we would need to deprecate the current format of the entrypoints.json file in favor of this new one. Commits ------- fa2c40b Locking assets-webpack-plugin to less than 7.1.0
2 parents 44bebd7 + fa2c40b commit c068073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.7.0",
2929
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
3030
"@babel/preset-env": "^7.10.0",
31-
"assets-webpack-plugin": "^7.0.0",
31+
"assets-webpack-plugin": "7.0.*",
3232
"babel-loader": "^8.2.2",
3333
"chalk": "^4.0.0",
3434
"clean-webpack-plugin": "^3.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ assertion-error@^1.1.0:
16871687
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
16881688
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
16891689

1690-
assets-webpack-plugin@^7.0.0:
1690+
assets-webpack-plugin@7.0.*:
16911691
version "7.0.0"
16921692
resolved "https://registry.yarnpkg.com/assets-webpack-plugin/-/assets-webpack-plugin-7.0.0.tgz#c61ed7466f35ff7a4d90d7070948736f471b8804"
16931693
integrity sha512-DMZ9r6HFxynWeONRMhSOFTvTrmit5dovdoUKdJgCG03M6CC7XiwNImPH+Ad1jaVrQ2n59e05lBhte52xPt4MSA==

0 commit comments

Comments
 (0)