light
light
I have the same problem that I was build the official example, which is always blocked and shows "98% after emitting PrerenderSPAPlugin". When I removed the renderAfterDocumentEvent, it worked.
和vue不vue没有关系. 还有这个插件不会影响的你的构建, 因为轮到它执行的时候你的项目已经构建结束了.
the same problem with me. it is normal when build on mac os, but linux makes errors. this is my package version ``` "webpack": "^4.38.0", "webpack-bundle-analyzer": "^3.4.1", "webpack-cli": "^3.3.6", ```
i have same problem...
相同的问题! 自定义主题的时候,会把lib下的css打包
我找到了解决方案,只需要像下面这样设置. 代码中正常导入自定义主题scss文件就好了 ```json "plugins": [ [ "component", { "libraryName": "element-ui", "style":false } ] ] ```
从编译的角度看, html 结构复杂 , md 结构简单 , 从 html 转回 md 是有损的, 会不可避免的丢失信息.
Same problem encountered. When switch the proxies mode as "Direct", then access Intranet domain name, the error will happen.