-
#### What happens and why it is wrong
`tsconfig.compilerOptions.skipLibCheck` is [by default `false`](https://www.typescriptlang.org/docs/handbook/compiler-options.html), but will always be forced …
-
b4b8690d2751b54efaff95d09fa137c4b570f055 introduced experimental TypeScript support, though without any abstraction/simplification WRT TypeScript-specific configuration (i.e. merely [passing through](…
-
## Troubleshooting
1. Does `tsc` have the same output? If so, please explain why this is incorrect behavior
No, due to this plugin changing `outDir`
2. Does your Rollup plugin order…
-
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
- […
-
I'm having issue during building a **SvelteKit** project with **napi-rs/node-rs**. The issue occurs when building it in Docker image but when I build it on Vercel it's working.
I tried to use vite.…
-
## Current Behavior
The @nrwl/web:rollup executor does not bundle buildable libraries that are not in the base package. The bundle will only include files that are in the base-package where the rollu…
-
Hey,
It's my first time using rollup as a bundler and I'm facing a strange bug when it comes to handling css "url()" values
I'm importing a less file with the following css class in it
```css
.…
-
### Rollup Version
3.20.2
### Operating System (or Browser)
Windows 10 latest
### Node Version (if applicable)
18.13.0
### Link To Reproduction
https://stackblitz.com/edit/rollup-…
-
1、vue-cli 项目搭建完成。
2、通过vuex-class的@Getter 调用定义好的 getter方法报未定义类型
import { State, Action, Getter } from "vuex-class";
@Component
export default class Main extends Vue {
@Getter load: boole…
-
## Expected behavior
I expect the example to work (and be present).
On this page:
https://open-wc.org/docs/building/rollup/#customizing-default-plugins
There's a 'view example', which shows:
…