Hello!
Is there a option to use it with webpack? I am having this issue here but i'm not able to fix it. Would you like to help me?
I have only this config in my webpack config, but appear always is not a function
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery'
}),