美文网首页
webpack.config之plugin

webpack.config之plugin

作者: EastwardFlow | 来源:发表于2018-10-30 12:08 被阅读0次
    
    const config = {
      plugins: [
        new HtmlWebpackPlugin({template: './src/index.html'})
      ]
    };
    

    require引用插件
    在config.plugins数组中new一个插件的实例来使用

    相关文章

      网友评论

          本文标题:webpack.config之plugin

          本文链接:https://www.haomeiwen.com/subject/iptgtqtx.html