Borys Ponomarenko
Borys Ponomarenko
After some experiments, it looks like `beforeRouterEnter` cannot be easily replaced with `router.beforeResolve`. Yes, `router.beforeResolve` now has access to the `router` and `store` instances, but it is missing one crucial...
@SimonSiefke I don't think that is a best place to address your issue, as error message you mentioned is coming from Vue.js itself: https://github.com/vuejs/vue/blob/d9b27a92bd5277ee23a4e68a8bd31ecc72f4c99b/src/core/instance/lifecycle.js#L161
@SimonSiefke Oh, I see what you mean. Indeed, it might be a good improvement. I guess, it would be the best to mark it as a "Feature request" instead of...
It can be similar to what npm does. Any generated `package-lock.json` file includes path to the package's tgz file together with integrity checksum: https://github.com/sass/node-sass-middleware/blob/master/package-lock.json#L10 The exact implementation for the file...
Here is another example on how Node.js publishes their binaries: https://nodejs.org/download/release/latest-v14.x/ You can see `SHASUMS256.txt` file next to the binaries itself with the integrity hashes.