Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
编译的时候怎么解决images文件夹未同步过去?还有sitemap.json文件也没有
我也出现同样问题,暂时这样处理的:
在config/index.js中增加配置 copy: { patterns: [ { from: "src/images/", to: "dist/images/" } ], options: {} },