Remove babel-polyfill
Should be no need for it if we're using transform-runtime (and we definitely don't need it twice...)
This commit is contained in:
parent
d6f27add66
commit
5608e97719
2 changed files with 0 additions and 6 deletions
|
@ -16,10 +16,6 @@ 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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue