Skip to content

Commit

Permalink
BundlerOptions.sourceMap is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbarke committed Aug 13, 2017
1 parent 68412ee commit 36a1cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export interface BundlerOptions {
ignore?: string[];
noParse?: string[];
resolve?: Resolve;
sourceMap: boolean;
sourceMap?: boolean;
transforms?: Transform[];
validateSyntax?: boolean;
}
Expand Down

0 comments on commit 36a1cbe

Please sign in to comment.