-
## 问题描述
> 出现错误Failed to set the 'adoptedStyleSheets' property on 'ShadowRoot': Sharing constructed stylesheets in multiple documents is not allowed
## 复现步骤
1.主应用vite_vue3 micro-app最新版本rc-10
2.子…
-
## Bug Report
### Steps to Reproduce:
Trying to update the [vite example](https://github.com/ProspectiveCo/perspective-vite-example) to perspective 3.1.0 fails for two reasons:
1. Top-level a…
-
### pnpm run dev:h5
![image](https://github.com/user-attachments/assets/e2487d79-c8bd-41e7-b1e7-d130a009b958)
### pnpm run dev:mp-weixin
![image](https://github.com/user-attachments/assets/521faf…
-
### Astro Info
```block
Astro v4.10.1
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
A…
-
"scripts": {
"start": "vite",
"build:pro": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@use-telegram-auth/client": "^1.0.5",
"vue": "…
-
When I build my nuxt3 application, the screen goes white and cannot be accessed.
To be able to access it, I need to clear the page's cache.
Any solution? My users are complaining, and I can't ke…
-
![Capture](https://github.com/user-attachments/assets/ea3d7aba-e97a-4a8e-ba88-6891ddf37ad9)
![Capture1](https://github.com/user-attachments/assets/6fab2655-f5b8-47f2-a767-875517d2087a)
-
```
const test = [
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
{ test: 123, add: 123 },
]
test.forEach((module, index) => {
console.log…
-
I have installed the connectycube npm package and tried to import it to my vue app served through vite.
I got this error:
```js
Uncaught (in promise) ReferenceError: global is not defined
a…
-
I found a problem with all `vite.config.js`
The minify option is missing:
```ts
export default {
build: {
minify: true,
},
root,
plugins,
};
```