liuweiGL / vite-plugin-mkcert

Provide certificates for vite's https dev service.
https://www.npmjs.com/package/vite-plugin-mkcert
MIT License
544 stars 37 forks source link

Only log mkcertPath does not exist error when missing #14

Closed jeremycook closed 2 years ago

jeremycook commented 2 years ago

Description

Currently, the mkcertPath does not exist error is always logged if you provide the mkcertPath option. This corrects that behavior.

Additional context

None


What is the purpose of this pull request?