Mumu
Mumu
你好,请问backup2qiniu不支持window系统吗?如果支持如何配置?
webpack 版本: 4.26.0 webpack-chain 版本: 5.0.1 报错日志如下: ` VueSkeletonWebpackPlugin must be placed after HtmlWebpackPlugin in `plugins` ` 通过 _webpack-chain_ 的 _toString_ 打印出的 解析 VueSkeletonWebpackPlugin 的确在 HtmlWebpackPlugin后面(在webpack 配置中通过chainwebpack 的 after 指定顺序),解析结构片段如下:...
examples/multipage3 中的 loader,编译产出 bundle skeleton 路由 component 有误。错误产出代码如下: ` new _vueRouter2.default({ mode: 'hash', routes: [{ path: '/page1-skeleton', name: 'skeleton-page1', component: _154496702053738460c0eb5767403aa7cced9ee19909b } ` 控制台报错如下: 