jfortunato / esbuild-plugin-manifest

Esbuild plugin for building an asset manifest file.
MIT License
31 stars 5 forks source link

Add option for extensionless #1

Closed jfortunato closed 3 years ago

jfortunato commented 3 years ago

It might be useful to allow input/output values without the extension, for example the entry point index.ts could result in:

{
  "index": "index-4QTUNIID"
}