如何在HtmlWebpackPlugin中添加引用文件

时间:2018-03-15 17:29:27

标签: reactjs webpack html-webpack-plugin

我应该如何以及在何处在HtmlWebpackPlugin中添加诸如css或js等文件的引用链接?

这是我的webpack配置文件:

welcomeMsg

我要添加

plugins: [new HtmlWebpackPlugin({
        template: './src/index.html',
        filename: 'index.html',
        inject: 'body'
    })

之前我有公共文件夹并且我添加了资产并且使用%PUBLIC_URL%能够添加引用但是在添加webpack之后我不知道该怎么做

1 个答案:

答案 0 :(得分:0)

我发现解决方案还有另一个插件来注入其他引用

https://www.npmjs.com/package/add-asset-html-webpack-plugin