Update node typings to webpack-env typings
This commit is contained in:
Родитель
fda34d380c
Коммит
14be33c87a
|
@ -23,9 +23,10 @@
|
|||
"todomvc-common": "^1.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/webpack-env": "^1.13.0",
|
||||
"jasmine": "^2.4.1",
|
||||
"jasmine-spec-reporter": "^2.4.0",
|
||||
"ts-loader": "^0.8.1",
|
||||
"ts-loader": "^1.3.0",
|
||||
"typescript": "~2.1.5",
|
||||
"webpack": "^1.13.0",
|
||||
"webpack-dev-server": "^1.14.1",
|
||||
|
|
|
@ -7,7 +7,7 @@ import { trace } from 'satcheljs-trace';
|
|||
let regex = new RegExp("[\\?&]devtools=");
|
||||
let url = window.location.href.toLowerCase();
|
||||
if (regex.exec(url)) {
|
||||
applyMiddleware(require('satcheljs-react-devtools').default, trace);
|
||||
applyMiddleware(require<any>('satcheljs-react-devtools').default, trace);
|
||||
}
|
||||
|
||||
ReactDOM.render(<App />, document.querySelector(".todoapp"));
|
||||
|
|
3
tsd.json
3
tsd.json
|
@ -10,9 +10,6 @@
|
|||
},
|
||||
"es6-promise/es6-promise.d.ts": {
|
||||
"commit": "edb64e4a35896510ce02b93c0bca5ec3878db738"
|
||||
},
|
||||
"node/node.d.ts": {
|
||||
"commit": "6e55288b1bce1abdb1696cdecf324467a6bcf1aa"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,3 +1,2 @@
|
|||
/// <reference path="jasmine/jasmine.d.ts" />
|
||||
/// <reference path="es6-promise/es6-promise.d.ts" />
|
||||
/// <reference path="node/node.d.ts" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче