jquery.appear
jquery.appear copied to clipboard
$(...).appear is not a function
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' }),