mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
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:
5
missing-types.d.ts
vendored
5
missing-types.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user