-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
Labels
Description
What problem does this feature solve?
Making banner, footer, intro and outro composable for compose js plugin
for now, these hook will bailout
rolldown/packages/rolldown/src/utils/compose-js-plugins.ts
Lines 10 to 28 in 1b49ed1
| const unsupportedHookName = [ | |
| 'augmentChunkHash', | |
| 'banner', | |
| 'footer', | |
| 'generateBundle', | |
| 'moduleParsed', | |
| 'onLog', | |
| 'options', | |
| 'outputOptions', | |
| 'renderError', | |
| 'renderStart', | |
| 'resolveDynamicImport', | |
| 'writeBundle', | |
| // FIXME: Conflict with the `skip` option in `PluginContext#resolve`. Since we can't detect it in advance, | |
| // we have to bailout all plugins with `resolveId` hook. | |
| 'resolveId', | |
| 'intro', | |
| 'outro', | |
| ] as const |
What does the proposed API look like?
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackPriority
None yet