-
so i have a pretty simple setup, but get an error when using the scss rollup plugin. this compiles fine if i use the sass cli directly. i am new to rollup, and the only help i could find was all webpa…
-
```js
// rollup.config.js
import typescript from 'rollup-plugin-typescript';
export default {
input: './src/main.ts',
output: {
file: 'bundle.js',
format: 'cjs'
},
plugins: …
-
Hi Drew,
I've been wanting to write a Prettier plugin for Cobalt UI to familiarise myself a bit more with the tool. The rationale behind plugins for Prettier/ESLint is simple: having it pre-written…
-
As my understanding from the README, I just need to install the `less` as the dependency and set `modules: true` then I can import less file as css modules like this:
```
// MyComponent.tsx
impor…
-
- Rollup Version: v2.8.2
- Operating System (or Browser): macOS 10.15.4
- Node Version (if applicable): v12.13.1
- Link to reproduction (IMPORTANT, read below): repro below
### Descrip…
-
### Build tool
Rollup
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
When I open the PopUp and then make a change in the code base, the pop-up d…
-
- Rollup Version: 2.41.5
- Operating System (or Browser): Mac OS X Catalina
- Node Version (if applicable): 13.7.0
- Link to reproduction (IMPORTANT, read below): https://github.com/jonsnyder/r…
-
#### 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…
-
I’m not really qualified to discuss CommonJS vs ES2015 modules but I recently used a few scijs libs in an ES2015 module with Rollup, and ran into some surprises.
Rollup can’t find the `*,*s,*eq,*eq` …
-
building the javascript dependencies doesn't work out of the box on mac.
it seems to me that the typescript rollup plugin doesn't like something in the init.ts file.
when i try to run `npm run bu…