Skip to content

Commit

Permalink
Also mention code and map in the generateBundle hook documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 2, 2019
1 parent 0441723 commit 933b322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/05-plugins.md
Expand Up @@ -112,13 +112,15 @@ Called at the end of `bundle.generate()` or immediately before the files are wri
// ChunkInfo
{
code: string,
dynamicImports: string[],
exports: string[],
facadeModuleId: string | null,
fileName: string,
imports: string[],
isDynamicEntry: boolean,
isEntry: boolean,
map: SourceMap | null,
modules: {
[id: string]: {
renderedExports: string[],
Expand Down

0 comments on commit 933b322

Please sign in to comment.