-
### Describe the bug
I am using vite with JavaScript entry point.
If I have entry points with styles (e.g. Vue components) and also async styles (e.g. async Vue component),
and I set `build.cssCo…
-
The boilerplate doesn't have an example of usage of scss, it'll be helpful if an example is added for the same
-
I have noticed that intervals and timeouts set with `Meteor.setInterval()` and `Meteor.setTimeout()` are not being cleared on server side upon live reload. To demonstrate this behaviour I created a te…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
First of all I'd like to thank you very much for your effort on bringin Workbox support to Sveltekit ❤️
I've been playing around with `@vite-pwa/sveltekit` the last couple of days and it's a great…
-
### Describe the bug
Inserting an importmap at runtime via a `script` statement in `head` does not work in development mode because the script that is inserting it is placed after the module import…
-
I use the fresh default laravel vite config which can be re-produced by creating a new project with laravel
and install jetstream with inertia stack.
Now try to configure the service worker and …
-
### Discussed in https://github.com/cypress-io/cypress/discussions/16977
Originally posted by **mscoobby** June 17, 2021
Hello everyone,
We've started using Cypress for testing our React base…
-
### Feature Request
Is it possible to integrate [vue-devtools-next](https://github.com/vuejs/devtools-next) as a vite plugin. Neither that nor the vue devtools chrome extension recognize that I'm u…
-
1、因为多个 js 会有多个 http 请求, 虽然现在 http 2 有多路复用,但是不可能所有的网站都是 http 2 以上
2、如果是使用导入的话可能会有脚本加载失败的可能性
所以想要一个直接将代码行内插入的功能