mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 01:37:26 +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
@@ -7,8 +7,7 @@ function init() {
|
||||
if (!('customElements' in self)) {
|
||||
import(
|
||||
/* webpackChunkName: "wc-polyfill" */
|
||||
'@webcomponents/custom-elements',
|
||||
).then(init);
|
||||
'@webcomponents/custom-elements').then(init);
|
||||
} else {
|
||||
init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user