We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ba235 commit 76e0465Copy full SHA for 76e0465
packages/angular-cli/custom-typings.d.ts
@@ -1,7 +1,7 @@
1
interface IWebpackDevServerConfigurationOptions {
2
contentBase?: string;
3
hot?: boolean;
4
- historyApiFallback?: boolean | {[key:string]: string};
+ historyApiFallback?: boolean | { [key: string]: string };
5
compress?: boolean;
6
proxy?: {[key: string]: string};
7
staticOptions?: any;
0 commit comments