-
Luyin updated
5 years ago
-
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
.…
-
b.ts
import * as xx from "a"; export * from "a";
并且b.ts使用了a.ts里的函数
就会有重复打包的函数
-
Splitting this off as a new issue so it can be tracked more easily. See the original issue for more context:
> `output.sourcemapIgnoreList` was added to `rollup` in `3.16.0` (`2023-02-17`):
>
> …
-
#### 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 …
-
we should change it to [this](https://www.npmjs.com/package/@rollup/plugin-typescript) '@rollup/plugin-typescript'. Don't know if this would brake anything.
-
We should:
- Switch to using Rollup as the bundler
- Output both a CommonJS bundle and an ESM bundle for each package
This will the library more tree-shakeable and more compatible with `esbuild`-…
-
I am new to make scripts in Node.js environment. I started to develope GAS application in the environment created by [Apps Script in IDE (ASIDE)](https://github.com/google/aside). As I need to use the…
-
![image](https://user-images.githubusercontent.com/74456102/219647580-eb4b9cd9-80e1-432e-8f45-6ed8a2bd93a8.png)
First of all, thanks for this package! I've been thoroughly using it as a guide while…
-
## 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…