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
按照文档来配置,发现webpack服务起来以后,ctx.render还是读取的磁盘的html,没有插入打包后的script标签。现在我是自己写的一层中间件把返回的ctx.body用readWebpackMemoryFile('/game/entry.html')暴力替换掉。
正常的解决方案是自己实现一个render方法吗?还是我没用对这个插件?
谢谢
The text was updated successfully, but these errors were encountered:
__webpack_hmr这个请求没代理,热更新还是要手动刷新浏览器吧?文档写的太精简了,全靠自己读源码。
Sorry, something went wrong.
No branches or pull requests
按照文档来配置,发现webpack服务起来以后,ctx.render还是读取的磁盘的html,没有插入打包后的script标签。现在我是自己写的一层中间件把返回的ctx.body用readWebpackMemoryFile('/game/entry.html')暴力替换掉。
正常的解决方案是自己实现一个render方法吗?还是我没用对这个插件?
谢谢
The text was updated successfully, but these errors were encountered: