-
### Version
5.1.9
### Reproduction link
[https://github.com/Robin-Hoodie/rollup-plugin-vue-treeshake-bug](https://github.com/Robin-Hoodie/rollup-plugin-vue-treeshake-bug)
### Steps to reprod…
-
Later version of dart-sass 1.x emit warnings for upcoming v2 release. They provide a way to silence those warnings via `quietDeps; true` option.
Consider enabling support for this.
-
This PR solve another problem related unbundled-dts. We have met some many of them and use many workaround now.
This is not ideal. Let's try to solve it in the best suitable way. We s…
-
In the directory src, I include a locale directory, which contains various internationalized language files. I found that when packaging, those ts files that I did not declare to be referenced were no…
-
### Current Behavior
Failed to compiler the web worker by using `rollup-plugin-web-worker-loader`. And compiler successfully by native rollup.
```js
// Failed
const webWorkerLoader = require('…
-
Hello, i tried to get HMR working on my project by moving the rollup config from this repo to my project
```js
import svelte from 'rollup-plugin-svelte';
import commonjs from '@rollup/plugin-comm…
-
Vulnerable Library - workbox-webpack-plugin-6.5.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: d6f11282ee9f4af0baad5df06570b6a970099…
-
## The devDependency [rollup-plugin-babel-minify](https://github.com/Comandeer/rollup-plugin-babel-minify) was updated from `9.0.0` to `9.1.0`.
🚨 [View failing branch](https://github.com/RedTn/react…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
### Describe the bug
When use @vitejs/plugin-legacy and build project will report a error like title
### Reproduction
init a project
```
npm create svelte@latest myapp
select SvelteKit demo …