Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of error reporting in vue Project by webpackJsonp is not defined

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces the relevant knowledge of "vue project error report webpackJsonp is not defined how to solve", the editor shows you the operation process through the actual case, the operation method is simple and fast, practical, hope that this "vue project error webpackJsonp is not defined how to solve" article can help you solve the problem.

In vue single-page applications, we will probably use the CommonsChunkPlugin plug-in. Portal CommonsChunkPlugin

However, after the project has been tested locally, there is no problem, but it will report an error webpackJsonp is not defined after it is packaged and put online. This is because the public file must be referenced before the js file that it references.

You can change the file reference manually, but the following solutions are recommended:

Find the build → webpack.prod.conf.js →, find the HtmlWebpackPlugin plug-in, and add the following configuration

Chunks: ['manifest',' vendor', 'app']

This is the end of the content about "how to solve the problem of webpackJsonp is not defined in vue project". Thank you for your reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report