support vue server rendering file memory read for egg-webpack and egg-view-vue-ssr. when the local development, wepback memory read the way to cover the local file read logic.
$ npm i egg-webpack-vue --save
// {app_root}/config/plugin.js exports.webpackvue = { enable: true, package: 'egg-webpack-vue', };
see config/config.default.js for more detail.
Please open an issue here.