美文网首页
webpack vue-loader was used with

webpack vue-loader was used with

作者: 没了提心吊胆的稗子 | 来源:发表于2019-08-11 11:53 被阅读0次

    Vue-loader在15.*之后的版本都是 vue-loader的使用都是需要伴随着VueLoaderPlugin的
    因此要在webpack.config.js中加入pluginsHtmlWebpackPlugin的用法一样

    plugins: [
            new HtmlWebpackPlugin({
                template: './src/index.html'
            }),
            new VueLoaderPlugin()
        ]
    

    Html解析插件链接
    https://www.jianshu.com/p/96f86895b0a3

    相关文章

      网友评论

          本文标题:webpack vue-loader was used with

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