-
I'm using a default rollup configuration for develop an Angular 4+ library, but when I make a change to a `.html`, `.scss` or `.css` file, no event is raised for waking up the rollup-watch-plugin and …
-
There seems to be some ambiguity regarding the package manager being used and how dependencies are managed. Specifically:
- The `package.json` file mentions `"packageManager": "yarn@3.6.3"` at line…
-
Hi @egoist, (Thanks for your work!),
I'm looking at setting up bili to transpile with babel modules when we want the transpiled code to have a version for both browser, and others (node is one).
…
-
Is it possible to extract CSS from the main entrypoint but inject CSS for async imports ? Some kind of hybrid mode ;)
```js
import './app.scss' // this CSS will be extracted
await import('./app2.…
-
On v0.28.10 with `"strict": true` in `tsconfig.json` & `sapper/common` in `types`, results with the error:
```
node_modules/.pnpm/sapper@0.28.10_svelte@3.29.0/node_modules/sapper/runtime/index.d.t…
-
## Version **3.1.11** of [mobx](https://github.com/mobxjs/mobx) just got published.
Branch
Build failing 🚨
Dependency
mobx
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
### react-router 升级到 4.x
1. Route 不再转成object, 而是一个组件, 必须嵌套在``内
```jsx
import { HashRouter as Router, Route } from "react-router-dom";
render(
,
…
-
When integrating the bigtest runner into the stripes-components project, the bundler threw this error out to the console:
```
rpt2: config error TS18003: No inputs were found in config file 'tscon…
-
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`):
>
> …