remove redundant PRERENDER define

This commit is contained in:
Jason Miller
2018-05-03 12:01:13 -07:00
parent 81aaadbabf
commit e84d2dc7ee

1
global.d.ts vendored
View File

@@ -1,5 +1,4 @@
declare const __webpack_public_path__: string;
declare const PRERENDER: boolean;
declare interface NodeModule {
hot: any;