add publicPath to Bundle type

This commit is contained in:
hardfist 2018-12-25 12:01:53 +08:00 committed by GitHub
parent 42e3741a35
commit 2ea25950e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ declare namespace LoadableExport {
id: number;
name: string;
file: string;
publicPath: string;
}
interface Manifest {