config.js

module.exports = config = {
    //打包目标目录
    buildPath: './dist/',
    copy: [
        // {
        //     //源目录/文件
        //     from: './html',
        //     //目标目录/文件
        //     to: '../../../web-dist/web-zi-mobile/dist/html'
        // },
        {
            //源目录/文件
            from: '../../../web-dist/web-zi-mobile',
            //目标目录/文件
            to: '../web-zi-uniapp/hybrid/html'
        }
    ]
};