-
As per the typescript [docs](https://www.typescriptlang.org/docs/handbook/modules/reference.html#fallbacks), one can specify multiple mappings which are tried in turn such as
```json
"paths": {
…
-
I have adapted your sample for typescript for an existing rollup with typescript based application. I was not able to make it work because of the following error message:
[!] (plugin rollup-plugin-…
-
I follow this doc in vite: [https://vite.dev/config/shared-options.html#css-postcss](https://vite.dev/config/shared-options.html#css-postcss)
And I want to change the font file path in css after bu…
-
I'm in the process of migrating from v3 to v4 but I'm truck trying to a plugin.
I use to import it this way in v3:
```js
plugins: [
require("rollup-plugin-string").string({
include:…
-
Hey there!
Is there a way to build and push my project from current repository to another repository?
For example I have this rollup config:
```js
import typescript from "@rollup/plugin-typescri…
-
Hello!
First of all, thank you for your job! This plugin is truly useful in the world of React Server Components and Next App Router :)
I've experienced an issue while using your plugin with Rol…
-
I am getting this error in browser `superCtor.prototype is not an object or null` when using `jsonwebtoken` with sveltekit.
I have polyfills invoked in config but it appears to not solve the issue.…
-
I was trying to find a good way to allow this behavior and submit a PR, but nothing elegant was jumping at me. There are two main problems:
- compiled's configuration is in JSON
- Rollup's configurat…
-
**Describe the bug**
When i include a metric in the rollup, with `sum`, and `value_count` and `avg`, and later on try to use those fields in search, i get an error back for value_count and avg. `s…
-
node `20.10.0`
Does not work:
And from the docs:
Does work:
```javascript
import minifyHTML from "rollup-plugin-minify-html-literals";
export default {
plugins: [
minifyHTML…