Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES6 - PORT #244

Closed
hitmands opened this issue Mar 18, 2016 · 3 comments
Closed

ES6 - PORT #244

hitmands opened this issue Mar 18, 2016 · 3 comments

Comments

@hitmands
Copy link

Hi,
is there any plan to port this plugin to ECMASCRIPT-6 ?

Should be helpful the ability to allow ES-6 imports
import Sly from 'path/to/sly

Thanks in advance

@rheilgm
Copy link

rheilgm commented Jun 28, 2016

in the meantime you can use require to include this to your project:

window.jQuery = require('jquery');
require('sly-scrolling/dist/sly');

@p-decoraid
Copy link

I have an implementation of this in #268.

@hitmands
Copy link
Author

is this still ongoing or should we close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants