-
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: rollup v2.45.1
- Operating System (or Browser): Windows 10
- Node Version (if applicable): v12.22.1
- Link to reproduction (IMPORTANT, read below): https://replit.com/join/esh…
-
**Bug report or Feature request?**
Bug report
**Version (complete output of `terser -V` or specific git commit)**
5.30.4 (from rollup-plugin-terser@7.0.2)
**Complete CLI command or `minify…
-
Part of this could be that I'm pretty new to these various module-generating tools that sprang up over the last two or three years. What I'm trying to do is roll up ProtoBuf and all of its dependenci…
-
When using web dev server, the rollup plugin for CommonJS cannot resolve an import.
The exact error message is
```sh
PluginError: Could not resolve import "tls"
```
I expect for the common js…
-
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…
-
**Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
Upgrade gives…
-
I notice that this plugin is not used in the Svelte REPL implementation, but instead the REPL indroduces its own Rollup plugin https://github.com/sveltejs/svelte-repl/blob/master/src/workers/bundler/i…
-
#### 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` …