patak
                                            patak
                                        
                                    There was already an issue but was closed as in Vue it is preferred to error on duplicates https://github.com/vuejs/vue-next/issues/4883 Agree with @surma that there shouldnt be an error. We need...
@Ronbb #3718 will be released as part of vite 2.3.8
I see that the scope of Awesome Vue is even bigger than Awesome Vite, listing [Podcasts](https://github.com/vuejs/awesome-vue#podcasts), tutorials, and a lot of other resources. I don't mind that the link is...
There is also [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/master/packages/replace), that is [compatible with Vite](https://vite-rollup-plugins.patak.dev/#replace) and it is a more complete solution including source map support and include/exclude filtering. I think we should recommend the official...
I think an npm package and a set of GitHub actions could work here. Maybe it doesn't need a big API surface if a factory to create the CLI and...
We could also use `gh` (github cli) to get the branch from the PR number? So we can get a `--pr 6578` option
There is an Auto Import example in the repo, here https://github.com/patak-dev/vite-plugin-terminal/tree/main/playground/autoimport It uses unplugin-auto-import to make `terminal` global in your app. Online Playground: https://stackblitz.com/fork/github-ejosid?file=main.ts&terminal=dev Is this what you wanted?
Would you share a reproduction in GitHub or StackBlitz?
I think these are great additions. I really like the idea of add columns and rows where you are. I think we may need to see it work to fine-tune...
Thanks for your interest in the project! We discussed this feature a few times in the past. It would be very useful. It is not that easy to add though,...