Skip to content

Commit 863a61a

Browse files
committed
Remove erroring performance polyfill
1 parent 2fb6398 commit 863a61a

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

build/whs.js

+1-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/whs.module.js

+1-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/polyfill.js

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
import present from 'present';
2-
31
export const system = {
42
window: typeof window === 'undefined' ? global : window
53
};
6-
7-
if (typeof global !== 'undefined') {
8-
global.performance = {
9-
now: present
10-
};
11-
}

0 commit comments

Comments
 (0)