-
ERROR in css/common.7b13c1c5.css
css/common.7b13c1c5.css from Css Minimizer plugin
Error: PostCSS plugin postcss-discard-comments requires PostCSS 8.
Migration guide for end-users:
https://github.…
-
## supported
no label version , both webpack2 and webpack3 support
- [x] Webpack2 (easywebpack 1.x.x+)
- [x] Webpack3 (easywebpack 3.x.x+)
- [x] Hot-Reload , Eslint, Babel
- [x] Extract C…
-
node version v12.20.0
2022-02-15 16:50:31,243 INFO 8128 [master] egg version 2.33.1
2022-02-15 16:50:32,839 ERROR 11068 nodejs.ValidationError: Invalid options object. Ignore Plugin has been initial…
-
```js
// app/web/framework/app.ts
import 'normalize.css';
```
```bash
2020-03-11 17:47:29,461 ERROR 58250 [admin/home.js] server render bundle error, try client render, the server render er…
-
## What happens?
HMR not working on wsl2. Does egg-bin has workaround like 'poll' for webpack?
## Mini Showcase Repository(REQUIRED)
> Provide a mini GitHub repository which can reproduce the iss…
mu-yu updated
2 years ago
-
最新版本的 egg-vue-webpack-boilerplate 启动后,热更新 css 没有问题,修改 vue 中的 js 部分,无法更新,报错如下
index.js:121 TypeError: Cannot read property 'extend' of undefined
at eval (index.js:228)
at Object.eval [as r…
-
2.子进程数的配置
默认会按CPU核心数启动子进程,那样没必要,一般根据服务并发数设置合理的进程数,例如内部管理平台3个就OK。
package.json需要按照下面这个配置
`"start": "egg-scripts start --workers=3 --title=egg-server-vdo-service",`
# egg-bin dev
文档: http…
-
### Expected Behavior
Expect cache will work
### Actual Behavior
![default](https://user-images.githubusercontent.com/4532086/44254737-48e98f80-a236-11e8-8a8c-b565d390ee9b.png)
Cache n…
-
未修改任何代码
模板 : egg-react-webpack-boilerplate/packages/egg-react-webpack-spa-boilerplate
node : 15.9.0
平台 :windows 10
运行命令:yarn dev
页面显示为空白
-
我运行egg-vue-webpack-boilerplate里面的demo, this.ctx.renderClient为undefined 启动后,在浏览器输入 http://localhost:7001/spa?mode=csr