-
**Fresh installation doesn't work.**
## Procedures
```sh
git clone https://github.com/frandiox/reactesse-edge-template template
cd template
pnpm install # yarn install
pnpm dev # yarn de…
-
hey .
i wanna use module federation between my apps but I clone your repository and it didn't work I got issues. does something need to change?
and I wanna do it between multiple nuxt 3 app. can y…
-
### Describe the bug
I initially discovered this issue due to my usage of `rollup-plugin-typescript2` (which I'm using to get typedefs, experimentalDecorators support, etc). It runs the typescript …
-
I have some components with styles from swiper. Now when I tried to build it to production with css or scss I have error: ERR_UNKNOWN_FILE_EXTENSION
problematic code in vue script tags:
```
impor…
szbc updated
3 months ago
-
### 📚 Subject area/topic
Imports
### 📋 Page(s) affected (or suggested, for new content)
https://docs.astro.build/en/guides/imports/#node-builtins
### 📋 Description of content that is out-o…
-
### How can we reproduce the crash?
Running two modules simultaneously in a turborepo app crashes with "out of memory" errors (although they are not so big modules).
Other times, errors like: `memor…
-
I ran ``npm i svelte-lazy``, imported and attempted to use the component. Upon reloading the dev server, I get the following error.
Svelte: 4.2.19
Node: v22.8.0
NPM: 10.8.2
Repo/branch with pu…
-
### What happened?
when I have created an browser extension project with Quasar BEX Mode, I have to reload the builded extension files everytime I made some modification to the app, this work is very…
-
### Describe the bug
tl;dr: vite dev injected `` tags maybe removed by preact's hydration on `` element.
Actually my SSR framework renders the whole `` tag and I was trying to figure out how to …
-
### Describe the bug
When compose from scss, scss treats as css.
```scss
// style.module.scss
.hi {
composes: foo from "./foo.module.scss"
}
// foo.module.scss
.foo {
// comment
…