Slick: Using slick with es6 and broswerfy

Created on 24 May 2017  路  4Comments  路  Source: kenwheeler/slick

Is there an easier way to use Using slick with es6 and broswerfy with broswerfy and es6?

Most helpful comment

import $ from 'jquery'
import 'slick-carousel'

$('.slider').slick()

All 4 comments

import $ from 'jquery'
import 'slick-carousel'

$('.slider').slick()

I don't see how thats not easy

I got this kind error

Mismatched anonymous define() module: function($)

ok

Was this page helpful?
0 / 5 - 0 ratings