Results 1 comments of kk

- 路由配置时我这么写会有标题报错 new SkeletonPlugin({ pathname: path.resolve(__dirname, './shell'), // 用来存储 shell 文件的地址 staticDir: path.resolve(__dirname, './dist'), // 最好和 `output.path` 相同 **routes: ['/', 'login', 'password-reset']** // 将需要生成骨架屏的路由添加到数组中 }) - 修改后 new SkeletonPlugin({ pathname:...