mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Update dependency typescript to v3.3.1 (#444)
* Update dependency typescript to v3.3.1 * Fix trailing commas for function calls * Reverting trailing comma change * Avoiding trailing comma rule for imports * I never know what the right thing to do is * lockfile
This commit is contained in:
committed by
Jake Archibald
parent
f1859eeef2
commit
bf34075e6a
@@ -13,12 +13,10 @@ const ROUTE_EDITOR = '/editor';
|
||||
|
||||
const compressPromise = import(
|
||||
/* webpackChunkName: "main-app" */
|
||||
'../compress',
|
||||
);
|
||||
'../compress');
|
||||
const offlinerPromise = import(
|
||||
/* webpackChunkName: "offliner" */
|
||||
'../../lib/offliner',
|
||||
);
|
||||
'../../lib/offliner');
|
||||
|
||||
function back() {
|
||||
window.history.back();
|
||||
|
||||
Reference in New Issue
Block a user