Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Jan 20, 2018
1 parent 64914e0 commit 27469c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -149,7 +149,7 @@ function makeLoaderOptions(instanceName: string, configFileOptions: Partial<Load
happyPackMode: false,
colors: true,
onlyCompileBundledFiles: false,
reportFiles: []
reportFiles: [],
// When the watch API usage stabilises look to remove this option and make watch usage the default behaviour when available
experimentalWatchApi: false
} as Partial<LoaderOptions>, configFileOptions, loaderOptions);
Expand Down

0 comments on commit 27469c2

Please sign in to comment.