enable checkJS

This commit is contained in:
Erich Gamma
2018-02-01 14:39:12 +01:00
parent a36ef3d788
commit 5e41d2aafb
20 changed files with 71 additions and 24 deletions

View File

@@ -44,11 +44,11 @@ interface ILoaderPluginReqFunc {
export interface IEntryPoint {
name: string;
include: string[];
exclude: string[];
include?: string[];
exclude?: string[];
prepend: string[];
append: string[];
dest: string;
append?: string[];
dest?: string;
}
interface IEntryPointMap {