-
When running the application, a warning appears in the console:
```
rollup v1.7.3
bundles src/main.js → public/bundle.js...
(!) svelte plugin: A11y: Avoid using autofocus
src/TodoMVC.svelte
92: …
-
## Description
As a an Alkemio user I want a reduced bundle so pages load faster
## Acceptance criteria
- [ ] Investigate if other parts of the web application can be separated and is worth it the ef…
-
## How do we reproduce the issue?
We'll likely need to know:
1. Your Rollup configuration.
```js
import svelte from 'rollup-plugin-svelte'
import resolve from '@rollup/plugin-node-resolve'
i…
-
Hello,
thank you for this module.
This doesnt work with rollup v2:
```
Cannot find module 'rollup-pluginutils' from '../../node_modules/rollup-plugin-ignore-import/rollup-plugin-ignore-im…
-
rollup-plugin-styles is trying to read a postcss config from the root folder of my filesystem
caused by src/index.js per https://windicss.org/integrations/rollup.html
```js
import "virtual:wind…
-
Hello,
When trying to modify excalidraw, I got an error:
Here it is:
```
E:\Sources\obsidian>yarn run dev
yarn run v1.22.19
$ cross-env NODE_ENV=development rollup --config rollup.config.js -…
-
```js
(async function build() {
let b = await rollup.rollup({
input: 'absolute_path_entry.js',
plugins: [rollupCleanup()],
}); // hang up here
let out = {
…
-
Hey hey. Taking a look at the `Entry Points` test for Rollup, and I see that it's using a custom plugin for HTML. I'd like to suggest using the https://www.npmjs.com/package/@open-wc/rollup-plugin-htm…
-
**Describe the bug**
When trying to install latest denopack v0.10.0 in Deno 1.5.0 and 1.5.2, the installation failed with error `CertNotValidForName`
**Screenshots**
```shell
$ deno --version
d…
quaos updated
4 years ago
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
v9.0.4
### Which area(s) of pnpm are affected? (leave empty if unsure)
Dependencies re…