Hanson
Hanson
I have this problem, too
  Remove the hot update and you can use it
```javascript const express = require('express') const { createServer: createViteServer, build } = require('vite') const { createRenderer } = require('vue-server-renderer'); const { createVuePlugin } = require('vite-plugin-vue2') build({ plugins: [ createVuePlugin() ]...
```json { "name": "c-demo", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "express": "^4.17.1", "vite": "^2.1.5", "vite-plugin-vue2": "^1.4.3", "vue": "^2.6.12", "vue-server-renderer": "^2.6.12" } } ```
卧槽,搞了一个下午,还是楼主的第一条管用
@lmk123 669
我周末抽时间处理一下。这个域名解析不生效
> 我自己部了一个 https://flexcss.kiduc.com 可以来个PR吗?可以更换掉。
> 要改解析吗?我加上了。还是原来的地址http://lzxb.name/flex.css 或者 http://lzxb.github.io/flex.css 直接修改成你的链接。
The route on the page is provided by other remote modules, so static import will be used. Now the project in the production environment will cause a lot of requests,...