-
### Versions
- vite-plugin-federation: main branch
- vite: 4.1.1
### Reproduction
```
cd packages/examples/vue3-demo-esm/layout
pnpm i lit-html
# Change to `shared: ["lit-html"]` in vit…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://github.com…
-
I work in conjunction with tsdx
I'm trying to connect svg files directly with the code, but I get an error when assembling:
![image](https://github.com/sionzee/rollup-plugin-inline-svg/assets/80…
-
Version: 3.1.1, 3.2.0
Rollup Version: 3.7.5
Operating System and version (if applicable): wsl2
Node Version (if applicable): 14.20.1
Does it work with tsc (if applicable): fine works in tsc
###…
-
The rollup packaging of the Craft.js project was successful, but when used, it reported an error "Buffer is not defined."
-
At the moment rollup optimization does not do any tree shaking in this template.
As mentioned in https://github.com/frankwallis/plugin-typescript/issues/159, rollup optimization with plugin-typescript…
svi3c updated
8 years ago
-
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…
-
Hi, is there an option to swap the SWC internal with [wasm version](https://swc.rs/docs/usage/wasm) instead of the default node addon?
Something like
```js
import { rollup } from "npm:rollup"
im…
-
ES6 module syntax offers some awesome benefits when it comes to building a streamlined browser version of your module by leveraging tools like [Rollup](https://rollupjs.org/) that can perform advanced…
-
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…