make babel actually do full ES6 emulation for Safari 8

This commit is contained in:
Matthew Hodgson 2016-02-10 14:54:49 +00:00
parent 98551c3f9a
commit 155728b136
2 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,10 @@ limitations under the License.
'use strict';
// for ES6 stuff like startsWith() that Safari doesn't handle
// and babel doesn't do by default
require('babel-polyfill');
// CSS requires: just putting them here for now as CSS is going to be
// refactored soon anyway
require('../../vector/components.css');