vue-sticky-directive
vue-sticky-directive copied to clipboard
Add browser field in package.json
Hi,
In v0.0.10, the module field was added to package.json, but there is a bug in webpack, module gets prioritised over main
This is an issue because we need ES5 for IE
This comment suggets to add the browser field to package.json to fix the issue, I think it would be nice to do the same!
Thanks
Sure, PR is welcome 😄