vue-cli-ssr-example icon indicating copy to clipboard operation
vue-cli-ssr-example copied to clipboard

根据你博文一步一步来的时候发现了错误

Open Hideer opened this issue 6 years ago • 0 comments

现在进行到的步骤,生成build.json,通过createBundleRenderer方法打包到index.html,这里都是没有问题的,但是当我使用koa-static进行暴露dist目录的时候报错 Uncaught ReferenceError: require is not defined at Object.2c92 (es6.array.iterator":1) at a (bootstrap:63) at Module.a949 (external "vue":1) at a (bootstrap:63) at bootstrap:195 at bootstrap:195 当不使用koa-static的时候却没有问题,只是理想的dist中的资源不能访问

Hideer avatar Jan 08 '19 06:01 Hideer