scottcharlesworth / laravel-mix-polyfill

A Laravel Mix extension to include polyfills by using Babel, core-js, and regenerator-runtime
MIT License
50 stars 7 forks source link

Update laravel-mix Peer Dependency to v5.0.0 #20

Closed MannikJ closed 4 years ago

MannikJ commented 4 years ago

This package's latest version has a peer dependency on laravel-mix": "^4.0.0. So npm always warns when using with laravel-mix >=v5.0.0. As far as I see everything is running fine, so you might just update the dependency. Or are there any potential problems?

scottcharlesworth commented 4 years ago

Thanks for letting me know. I'll run some tests and update the dependency if everything's OK.

scottcharlesworth commented 4 years ago

The peer depencency has been updated in v1.1.1. Thanks.