-
I am using draft-js library and I want to set the initial EditorState with HTML Code. I am doing the following:
```
const allStyles = `testing`;
const blocksFromHTML = convertFromHTML(allStyl…
-
When used as ["output plugin"](https://rollupjs.org/guide/en/#outputplugins) the following warning arise:
```
(!) The "transform" hook used by the output plugin rollup-plugin-flow-entry is a build…
-
- Rollup Plugin Name: at least `typescript` and `node-resolve`, probably all
- Rollup Plugin Version: typescript at 11.1.2, node-resolve at 15.1.0 (currently latest)
- Rollup Version: 3.25.1 (cu…
-
## The devDependency [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) was updated from `0.21.0` to `0.21.1`.
🚨 [View failing branch](https://github.com/mapreflex/ap…
-
#41 means that `rollup-plugin-vue` is not going to be updated, which causes an issue for Postcss users as `rollup-plugin-vue` uses [`rollup-plugin-postcss` version `3`](https://github.com/vuejs/rollup…
-
Later version of dart-sass 1.x emit warnings for upcoming v2 release. They provide a way to silence those warnings via `quietDeps; true` option.
Consider enabling support for this.
-
Hello,
Here is a solution to using this library with vitejs as a bundler
working with `"vite": "^3.0.7"`
## Step by step
### install `@rollup/plugin-replace`
```
npm install @rollup/plugin…
-
Hello,
Thank you for this package, I see a great value in it, to reduce the noise and not even mentionning how much logs can cost in some cloud environments.
I am trying to use it in a node.js a…
-
Hi,
I tried to use this tool in a project but I'm unable to get it to work. Here's how to reproduce the problem:
```
$ pulp init
$ echo '{}' > package.json
$ yarn add --dev rollup rollup-plug…
-
In the directory src, I include a locale directory, which contains various internationalized language files. I found that when packaging, those ts files that I did not declare to be referenced were no…