vue项目报错webpackJsonp is not defined

Posted 亲爱的混蛋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue项目报错webpackJsonp is not defined相关的知识,希望对你有一定的参考价值。

在vue单页面应用中,我们大概都会使用CommonsChunkPlugin这个插件。 传送门 CommonsChunkPlugin 

但是在项目经过本地测试没有任何问题,打包上线后却会报错 webpackJsonp is not defined。这是因为公共文件必须在自己引用的js文件之前引用。

可以手动改文件引用,但是推荐以下解决办法: 

找到build→webpack.prod.conf.js→找到htmlWebpackPlugin插件,添加如下配置即可

chunks: [\'manifest\', \'vendor\', \'app\']

 

以上是关于vue项目报错webpackJsonp is not defined的主要内容,如果未能解决你的问题,请参考以下文章

webpackJsonp is not defined

Vue3.x引用iconfont.js ,报错error 'l' is assigned to itself no-self-assign

webpackJsonp is not defined

webpackJsonp is not defined?

vue 踩坑 -- 'qrcode' is assigned a value but never used no-unused-vars

Laravel Uncaught ReferenceError webpackJsonp is not defined at app.js:1