From 2ea25950e36d7635c65132267cfbbd440273d1db Mon Sep 17 00:00:00 2001 From: hardfist <1562502418@qq.com> Date: Tue, 25 Dec 2018 12:01:53 +0800 Subject: [PATCH] add publicPath to Bundle type --- types/react-loadable/webpack.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-loadable/webpack.d.ts b/types/react-loadable/webpack.d.ts index 54732527d8..59e046a975 100644 --- a/types/react-loadable/webpack.d.ts +++ b/types/react-loadable/webpack.d.ts @@ -13,6 +13,7 @@ declare namespace LoadableExport { id: number; name: string; file: string; + publicPath: string; } interface Manifest {