Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

owl carousel for react

// ...
plugins: [
    // other plugins,
    new webpack.ProvidePlugin({
        $: 'jquery',
        jQuery: 'jquery',
        'window.jQuery': 'jquery'
    }),
],
//...
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #owl #carousel #react
ADD COMMENT
Topic
Name
7+5 =