gpt4 book ai didi

javascript - Uncaught ReferenceError : $ is not defined error while accessing via Node module

转载 作者:行者123 更新时间:2023-12-03 06:20:04 25 4
gpt4 key购买 nike

我正在开发 Laravel 应用程序并尝试通过 nodemodules 访问 jQuery

这是我的 app.js 文件:

var $ = require('../../../node_modules/jquery/dist/jquery')
//require('../../../node_modules/bootstrap-sass/assets/javascripts/bootstrap.min')
require('./site')

它生成的结果文件为 here

最佳答案

全局定义$,如下所示:

window.$ = window.jQuery = require('jquery');

关于javascript - Uncaught ReferenceError : $ is not defined error while accessing via Node module,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38916493/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com