Jakub Freisler
Jakub Freisler
I would suggest using [frs-replace](https://www.npmjs.com/package/@frsource/frs-replace) as it's a bit faster than `replace-in-file`.
Like @boutell said - I don't think vuejs will ever approve and merge this PR. It's been 3 years since I've risen this PR and at this point I can...
Hey @partiid! Could you elaborate a bit more about the problem? In this library none of `DOM*` [events are used.](https://github.com/zzarcon/default-passive-events/blob/master/src/index.js) Also - `MutationObserver` shouldn't be needed in the implementation either.
@webpro I've stumbled into this issue as well when building a bit more eloquent monorepo configuration. And I'd say exporting "native" release-it plugins (like Git, npm, etc) would be already...
Hey @Baroshem - it seems like a valuable feedback for our documentation. Though I see that our [Nuxt video guide](https://www.youtube.com/watch?v=YamdPmZexto) actually starts with creating new Nuxt project, so maybe we...
Okay, sounds good! Could you change it please? You can file PR directly against `v2` branch - let's get it into the documentation and close this topic 😄
Hey @bhagvanp, We didn't got any response for 2 weeks so as a part of housekeeping I'm marking this issue as stale. Please respond if you feel that something should...
@filrak nope, it's an auto-generated pr by change sets. It seats here until it is released and is rebased by changeset bot automatically
@Szymon-dziewonski Good idea! Though I'm not sure how to implement it right now. If import Alert block-component in different block then it won't be a "copy-paste" solution "out of the...
@Szymon-dziewonski yea, that solution would work as well - but I'd implement it in new docs rather then in vuepress. Don't want to waste time on something that should be...