webpack中publicPath中的动态主机名

时间:2015-11-13 18:40:25

标签: webpack bundling-and-minification

我的配置如下:

module.exports = {
    //...
    output: {
        path: path.join(__dirname, 'assets'),
        publicPath: '//cs0.mysite.com/assets/',
        filename: '[name].[chunkhash].js',
        chunkfilename: '[id].[chunkhash].js',
    }
    //...
}

我想在十台主机上分发文件,而不是在主机名中放置静态cs0部分:

 cs[0-9].mysite.com

我想计算资产网址的哈希,以确定要追加的主机。我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

您可以使用multi-compiler feature

otherListView.setSelectionFromTop(middlePoistion, otherListView.getHeight / 2 - otherListViewMiddleElement.getHeight() / 2 + distanceFromcenter);