不起作用 使用 webpack-pug 应用程序实现脚本

问题描述

我正在尝试将 materialize 连接到我的 webpuck-pug 应用程序,但在某处出错,无法找到它。

index.js:

import './style.sass'
import 'materialize-css/dist/js/materialize.min'

$(document).ready(function(){
    $('.scrollspy').ScrollSpy();
});

materialize.sccsstyles.sass 中加载并且工作正常)

我有ReferenceError: $ is not defined 我尝试在 webpack 中提供插件(比如这里 materialize-css Uncaught TypeError: Vel is not a function 和这里 Webpack load materialize-css,Cannot read property 'swing' of undefined),所以抛出异常 jQuery.Deferred exception: $(...).ScrollSpy is not a function TypeError: $(...).ScrollSpy is not a function

webpack.ProvidePlugin

new webpack.ProvidePlugin({
            $: "jquery",jQuery: "jquery","window.$": "jquery","window.jQuery": "jquery",}),

提供 "ScrollSpy": "materialize-css/js/scrollspy.js" 会删除控制台中的所有错误,但脚本不起作用

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...