入口文件和出口文件

module.exports = {
    entry:{                    //入口文件
        home:"xxx",
        signup:"xxx",
        },
    output:{          //出口文件
        filename:"[home].build.js",
        path:__dirname + "dist",     //可分发的
    }
}

 

posted @ 2018-01-31 20:09  前方、有光  阅读(197)  评论(0编辑  收藏  举报