Cache correct assets (#887)

* Cache correct assets

* Update lib/entry-data-plugin.js

Co-authored-by: Surma <surma@surma.dev>

* Actually commit the fix this time

Co-authored-by: Surma <surma@surma.dev>
This commit is contained in:
Jake Archibald
2020-12-09 12:20:14 +00:00
committed by GitHub
parent fec826b106
commit 9062a75541
9 changed files with 330 additions and 78 deletions

5
missing-types.d.ts vendored
View File

@@ -12,6 +12,11 @@
*/
/// <reference path="./emscripten-types.d.ts" />
declare module 'entry-data:*' {
export const main: string;
export const deps: string[];
}
declare module 'url:*' {
const value: string;
export default value;