digitalocean / nginxconfig.io

⚙️ NGINX config generator on steroids 💉
https://do.co/nginxconfig
MIT License
27.42k stars 2.01k forks source link

Use proper ESM imports w/ extensions #454

Open MattIPv4 opened 8 months ago

MattIPv4 commented 8 months ago

Feature request

Feature description

Remove the esm and extensionless package usage in the repository, updating all imports throughout the project to use proper ESM imports with extensions, ideally marking the package as a proper module.

How the feature is useful

Stop relying on janky workarounds to improper ESM usage.