首页 前端知识 解决报错ReferenceError: jQuery is not defined

解决报错ReferenceError: jQuery is not defined

2024-04-29 11:04:22 前端知识 前端哥 216 355 我要收藏

 报错现象ReferenceError: jQuery is not defined

 


build\webpack.base.conf.js

 加入这两句代码即可

...

var webpack = require('webpack')

module.exports = {
    
    plugins: [new webpack.optimize.CommonsChunkPlugin('common.js'), new webpack.ProvidePlugin({ jQuery: "jquery", $: "jquery" })],

...

转载请注明出处或者链接地址:https://www.qianduange.cn//article/6286.html
标签
评论
发布的文章

HTML5本地存储

2024-05-06 09:05:10

HTML5和CSS3新特性

2024-04-16 17:04:36

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!