ianbusko / vanilla-scrollify

A vanilla JS port of JQuery Scrollify
MIT License
3 stars 0 forks source link

How to use with Webpack? #1

Open grommas opened 6 years ago

grommas commented 6 years ago

I am searching for a plugin to scrolljack the first two sections and want to give vanilla-scrollify a try. (How) can I use it with Webpack?

ianbusko commented 6 years ago

Hey @grommas, I hadn't initially designed it with Webpack in mind. You could try shimming it or wait a few days for me to set it up as an ES2015 module. Which of those would you prefer?

grommas commented 6 years ago

It would be great to see it as an ES2015 module, thanks for your fast reply!

ianbusko commented 6 years ago

Hey @grommas, I opened a PR called es6-module. Can you pull it down and make sure everything is working? I will add a note to update the documentation.