-
- iNTEGRATE INTO: https://github.lemanschik.com/chromium-virtual-environments/documentation/just-build.stealify.md
- Create Browser Executable Build Scripts.
- Create @rollup-loader/rollup-loader …
-
I have seen many projects and starter templates:
- https://github.com/wopjs/template
- https://github.com/antfu/starter-ts
- https://github.com/codemirror/dev
People like creating standards and …
-
Please see PR #3
```javascript
(async function() {
const mockfs = require('mock-fs')
const rollup = require('rollup')
const swc = require('rollup-plugin-swc')
mockfs({
'./src/…
-
### Rollup Version
3.26.2
### Operating System (or Browser)
Mac
### Node Version (if applicable)
v18.15.0
### Link To Reproduction
https://stackblitz.com/edit/rollup-repro-xhermz?…
-
Part of this could be that I'm pretty new to these various module-generating tools that sprang up over the last two or three years. What I'm trying to do is roll up ProtoBuf and all of its dependenci…
-
When building, the error `this?.debug is not a function `will be prompted.
I solved the problem by manually deleting these two lines in the code, but the built product did not run properly.
…
-
I switch from webpack to vite/rollup and miss the counterpart of this plugin in vite/rollup. Don't know if it's possible to publish a plugin for postcss or rollup as well?
-
Lexical version: 0.12.5
OS: macOS Sonoma 14.2 (Apple Silicon M2)
## Steps To Reproduce
1. Run `npm run build-release` at the root of this project
Link to code example: not applicable…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `rollup-plugin-node-polyfills@0.2.1` for the project I…
-
In Rollup recently an important change was made to solve issues with named export and default exports.
See [https://github.com/rollup/rollup/pull/4182](https://github.com/rollup/rollup/pull/4182)
…