Skip to content

Commit 184f12e

Browse files
fix(client): Use supported shim path.
Thanks to @zloirock for pointing this out.
1 parent fee9c60 commit 184f12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global io */
22
/* eslint-disable no-new */
33

4-
require('core-js/modules/es5')
4+
require('core-js/es5')
55
var Karma = require('./karma')
66
var StatusUpdater = require('./updater')
77
var util = require('./util')

0 commit comments

Comments
 (0)