We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问,若不使用easywebpack,而只使用egg-view-react-ssr该怎样配置呢?
我在egg的项目里引入了egg-view-react-ssr,并开启插件后,然后自己配置webpack环境,却总是提示can't inject of undefined,若不使用easywebpack,配置webpack的思路大概是怎样的呢
The text was updated successfully, but these errors were encountered:
@beyondouyuan 需要存在 config/manifest.json 文件, 格式见:https://www.yuque.com/easy-team/easywebpack/deps
// ${app_root}/config/manifest.json { "app/app.js": "/public/js/app/app.2cf6dfd1.js", "app/app.css": "/public/css/app/app.cda9bc64.css", "common.js": "/public/js/common.b59f7169.js", "common.css": "/public/css/common.cda9bc64.css", "deps": { "app/app.js": { "js": [ "/public/js/vendor.337ab787.js", "/public/js/common.b59f7169.js", "/public/js/app/app.2cf6dfd1.js" ], "css": [ "/public/css/common.cda9bc64.css", "/public/css/app/app.cda9bc64.css" ] } }
Sorry, something went wrong.
@hubcarl thanks
@beyondouyuan 目前版本 manifest.json 非必须
No branches or pull requests
请问,若不使用easywebpack,而只使用egg-view-react-ssr该怎样配置呢?
我在egg的项目里引入了egg-view-react-ssr,并开启插件后,然后自己配置webpack环境,却总是提示can't inject of undefined,若不使用easywebpack,配置webpack的思路大概是怎样的呢
The text was updated successfully, but these errors were encountered: