-
-
Notifications
You must be signed in to change notification settings - Fork 261
Closed
Description
Is there a way to set the output name?
I'm trying to bundle a few different entry points and they're all using index.ts
so I was hoping to have an option like --name my-bundle
which would result in dist/my-bundle.js
This would likely effect metafile
as it'd need to be changed from metafile-{format}.json
to metafile-{name}-{format}.json
Metadata
Metadata
Assignees
Labels
No labels