Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit ca8bc4c

Browse files
committed
Formatting
1 parent 1d9b8d4 commit ca8bc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function loadPolyfills(callback: Function) {
44
if (isModernBrowser) {
55
callback()
66
} else {
7-
import(/* webpackChunkName: "polyfills"*/ '../polyfills')
7+
import(/* webpackChunkName: "polyfills" */ '../polyfills')
88
.then(() => callback())
99
.catch(() => callback()) // ¯\_(ツ)_/¯
1010
}

0 commit comments

Comments
 (0)