Fix build error from merging

This commit is contained in:
Kanchalai Tanglertsampan
2016-11-09 17:20:56 -08:00
parent 1200f753d6
commit 2bac593bcf
11 changed files with 268 additions and 742 deletions

View File

@@ -1,5 +1,4 @@
/// <reference path="webpack-dev-server.d.ts" />
/// <reference path="../webpack/webpack.d.ts"/>
import * as webpack from 'webpack';
import * as WebpackDevServer from 'webpack-dev-server';

View File

@@ -3,10 +3,6 @@
// Definitions by: maestroh <https://github.com/maestroh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../webpack/webpack.d.ts" />
/// <reference path="../serve-static/serve-static.d.ts" />
/// <reference path="../express-serve-static-core/express-serve-static-core.d.ts" />
declare module "webpack-dev-server" {
import * as webpack from 'webpack';
import * as core from 'express-serve-static-core';