webpack-contrib / webpack-hot-client

webpack HMR Client
MIT License
121 stars 45 forks source link

Remove invalid bin entry #112

Closed danez closed 1 year ago

danez commented 4 years ago

This PR contains a:

Motivation / Use-Case

the latest version of yarn warns on invalid bin fields:

warning webpack-hot-client@4.1.2: Invalid bin field for "webpack-hot-client".

I don't think that the empty bin field has any meaning, so I think removing it should be fine.

Breaking Changes

no

Additional Info