-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Description
The `additionalData` option for other preprocessors is extremely valuable in sharing variables and other items to other files without explicit inclusion. While this largely isn't nece…
-
Seems that the `resolveId` hook fo the `jspm:import-mapping` plugin never triggers.
I've `npm create vite@latest my-vue-app -- --template vue` and added the jspm plugin in my vite config as
```
ex…
-
### Vue version
3.2.47
### Link to minimal reproduction
https://codesandbox.io/p/sandbox/prod-sun-sjr86q?file=%2Fsrc%2FApp.vue
### Steps to reproduce
1. Use these packages:
```
"vue"…
-
### Describe the bug
At work I have tried to upgrade to Storybook 7. Altough I was able to fix the HMR issue that the storybook-server-channel url is fixed to localhost with a patch, I still am unabl…
-
You can add `injectRegister: false,` to the pwa plugin options and the `registerSW.js` will not be generated, and since you are not using the virtual module, the `sw.js` will not be registed: you can …
-
### Feature Use Case
```js
input: [
'src/server/one.js',
'src/server/two.js'
]
```
The code above will create chunks when both files have same imports. Sometimes it's not desired, f…
-
### Describe the bug
I initially discovered this issue due to my usage of `rollup-plugin-typescript2` (which I'm using to get typedefs, experimentalDecorators support, etc). It runs the typescript …
-
### Describe the bug
In our in house storybook implementation we use storybook-vite for our vue components. We have a bot to bump package versions whenever a new one is available. We built our storyb…
sj-dg updated
5 months ago
-
### Describe the bug
I am currently writing a plugin that is supposed to generate the manifest and images needed for a pwa, and the user can bring their own service worker, in order to be as customis…