-
### Environment
Global:
- Operating System: Linux (Ubuntu v23.10)
- Node v20.11.1
- pnpm v9.0.1
- (npm v10.2.4)
- (npx v10.2.4)
Project:
- Nuxt Version: 3.11.2
- CLI Version: …
-
Hi, this is an amazing project! I'd like to submit a PR and add support for Vite & Rollup.
If you could explain to me what the integration plugins are doing I could get right to it.
Thanks very …
-
## 开发环境
node v18.14.0
## 操作流程
```bash
git clone ...
npm i
npm run dev
```
## 遇到的问题
### 1. rollup报错,不认识typescript文件类型。
``` bash
[!] Error: Unexpected token (Note that you need plugins to…
-
When I add this to the plugins array, I get the following error from eslint on the `export default` line:
```
No overload matches this call.
The last overload gave the following error.
Argum…
-
- Rollup Plugin Name: rollup-plugin-typescript
- Rollup Plugin Version: 12.1.0
- Rollup Version: 4.22.4
- Operating System (or Browser): Ubuntu 22.04
- Node Version: 22.9.0
- Link to reproduction…
-
## 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…
-
### Reproduction link or steps
https://github.com/Sunny-117/tiny-vue/tree/feat/rolldown
```bash
git clone https://github.com/Sunny-117/tiny-vue
git checkout feat/rolldown
pnpm i
pnpm run build…
-
### Version
Vben Admin V5
### Describe the bug?
vue-vben-admin-5.3.0 [https://github.com/vbenjs/vue-vben-admin/releases/tag/v5.3.0](url)
.env.production
```
# 是否开启压缩,可以设置为 none, brotli, gzip
…
-
# Environment
## System:
- OS: Windows 10 10.0.19045
- CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
- Memory: 3.41 GB / 15.80 GB
## Binaries:
- Node: 18.12.1 - C:\Program Fi…
-
I'm trying to build React packages from source,
by passing "packages/react/src/React.js" as the entry point to Rollup and transpiling the modules to ESM with flow-parser.
Several modules in the …