feat(babel): Add babel-runtime plugin

Reduce payload and remove old shims in favor of babel shims
This commit is contained in:
Berkeley Martinez
2018-01-05 14:44:08 -08:00
parent f8f55dd846
commit 71869757a0
5 changed files with 23 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
import './es6-shims';
import _ from 'lodash';
import Rx from 'rx';
import debug from 'debug';