angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
http://angular-ui.github.io/ui-scroll/demo/
MIT License
327 stars 107 forks source link

Add .babelrc to .npmignore #195

Closed zaucy closed 6 years ago

zaucy commented 6 years ago

I have babel running through some dependencies and ui-scroll causing

Module build failed: Error: Couldn't find preset "env" relative to directory "..."

Removing the .babelrc from node_modules/angular-ui-scroll fixed my issue.

dhilt commented 6 years ago

@zaucy Thanks! this update will be included in next release.