-
## Describe the bug
I want to combine `svelte` and `vite`, their performance is so amazing, but when I run `yarn build`, I encountered some errors.
## Reproduction
this is my `vite.config.ts`:
…
-
是在Vue3里面使用的
先贴一下代码
```json
// package.json
{
"name": "site",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"depend…
-
I'm using a repo based on [vitesse-ssr-template](https://github.com/frandiox/vitesse-ssr-template) and `@vueuse/head` is getting the following when attempting to define the `Head` component:
```
U…
-
I fortunately was able to create a production build of my supposed to be NO cli-node-webpack Vue project using Vite courtesy of this guy: https://www.mathew-paul.nz/posts/how-to-use-vue2-with-vite/
…
-
- - -
# ISSUES
上周有 86 个新 issue。
49 个 issue 已经被关闭,37 个 issue 仍然保持打开状态。
## OPEN ISSUES
:green_heart: #8781 [linaria集成报错](https://github.com/NervJS/taro/issues/8781), by [CangJL](https://github.com/Ca…
-
**Describe the bug**
Vue applications allow for global component registration through
```js
// main.js
import MyComponent from '../MyComponent.vue'
const app = createApp(app)
app.component('MyCo…
-
**Describe the bug**
The component is displayed if I refresh the browser, but not when selecting a story for a second time.
**To Reproduce**
Steps to reproduce the behaviour:
1. Create a sim…
-
**Versions**
- What is this plugin's version? 2.2.0
- What is Cypress version? 7.5.0
- What Netlify build image are you using? Ubuntu Xenial 16.04 (default)
- What is the Node version if you kno…
-
- - -
# ISSUES
上周有 69 个新 issue。
41 个 issue 已经被关闭,28 个 issue 仍然保持打开状态。
## OPEN ISSUES
:green_heart: #8485 [fix(h5): 在同一页面多次chooseImage时,更新multiple属性](https://github.com/NervJS/taro/pull/8485), by [J…
-
Hi,
I have two importmaps, one to expose the microfrontends and another to libs shared beetween apps:
root-conf projet: index.ejs ( use : single-page-layout)
preview of importmaplibs:
…