-
#### What happens and why it is wrong
Without `clean: true` option, the plugin is catching the configuration even if changes at rollup config level are done (changing the implementation of a transfor…
-
See https://www.npmjs.com/package/rollup-plugin-prettier
We would run this on the dev builds so end consumers have an easier time debugging.
-
## Expected behavior
I expect the example to work (and be present).
On this page:
https://open-wc.org/docs/building/rollup/#customizing-default-plugins
There's a 'view example', which shows:
…
-
### Detail:
I have updated a third party library **axios** version to 1.6.7 . When I ran tests I started to get the following error
` Jest encountered an unexpected token
This usually mea…
-
#### What happens and why it is wrong
Possibly this is a misconfiguration on my end, but it looks like a bug. When you use an `object` as the `input` property for the rollup configuration, the typi…
-
### Rollup Version
3.20.2
### Operating System (or Browser)
Windows 10 latest
### Node Version (if applicable)
18.13.0
### Link To Reproduction
https://stackblitz.com/edit/rollup-…
-
# 发布你专属的 UI Library ( with Rollup)
参考文章:
- [从零开始教你使用 storybook + rollup 搭建一个属于自己的 React UI 组件库](https://juejin.cn/post/7058856994135867400#heading-8)
- [Rollup](https://rollupjs.org/)
## 步骤 …
-
# Suggestion
## 🔍 Search Terms
`emitSkipped`, emit skipped
Only related issue I could find in this repo was #2290, which is ~7 years old, and I'm not sure is accurate anymore?
## ✅ Viabili…
-
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…
-
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-…