-
The rollup packaging of the Craft.js project was successful, but when used, it reported an error "Buffer is not defined."
-
### Expected behavior
Expect to locate the `.styl` file from `node_modules` with `~` (which works well when bundled with Webpack)
```stylus
@import '~@my-pkg/style.styl'
```
### Actual beha…
-
Fails with this message:
> (!) Plugin minify-html-literals: splitHTMLByPlaceholder() must return same number of strings as template parts
in.js:
```js
let a = 5;
html`
`;…
-
- Rollup Plugin Name: commonjs
- Rollup Plugin Version: 25.0.7
- Rollup Version: 4.1.4
- Operating System (or Browser): Linux 5.15.123.1-microsoft-standard-WSL2 x86_64
- Node Version: v18.16.0…
vskh updated
10 months ago
-
## The devDependency [rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel) was updated from `4.1.0` to `4.2.0`.
🚨 [View failing branch](https://github.com/Chimeejs/chimee-helper/compa…
-
Hi,
could you give me a quick advice on howto install?
I downloaded the code unzipped it.
Changed to directory and ran "npm i"
d:\______all_new______\_Daten\Obsidian\Obsidian Plugins\obsidian-re…
-
## What kind of feature would you like and why?
This is a feature request, not a bug -- need to make a different issue template for that.
Schema checking for plugin options would improve the DX …
-
Just taking a look at this project because i want to move away from storybook. But i think the examples are not up to date. I used examples/rollup and examples/svelte-template, both projects run into …
-
Issues come up frequently that are related to bundler usage -- at least with the *node*-related packages from this and the contrib repo. I think it would be helpful to have tests using recent versions…
-
### Build tool
Vite
### Where do you see the problem?
- [ ] In the browser
- [X] In the terminal
### Describe the bug
For some reason, when I use the dynamic import for my scss file `i…