Add missing declare (fixes type errors on rebuild)

This commit is contained in:
Jason Miller
2018-03-29 23:11:57 -04:00
parent ae1d323d60
commit 473a7d45a5

2
global.d.ts vendored
View File

@@ -1,6 +1,6 @@
declare const __webpack_public_path__: string;
interface NodeModule {
declare interface NodeModule {
hot: any;
}