Skip to content

Commit

Permalink
fix(node): optionalize warnExternalChunkRender
Browse files Browse the repository at this point in the history
  • Loading branch information
chaejunlee committed Jul 18, 2023
1 parent 135e9d6 commit 4b9ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export interface BuildOptions {
* Ineffective dynamic imports are imports that do not split chunks (#12850).
* @default false
*/
warnExternalChunkRender: boolean
warnExternalChunkRender?: boolean
}

export interface LibraryOptions {
Expand Down

0 comments on commit 4b9ffeb

Please sign in to comment.