WIP babel 7

This commit is contained in:
David Kaltschmidt
2018-10-29 12:18:41 +01:00
parent 1f6df77a80
commit c1347e4ecb
6 changed files with 842 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
// context.keys().forEach(context);
// module.exports = context;
import 'babel-polyfill';
import '@babel/polyfill';
import 'jquery';
import angular from 'angular';
import 'angular-mocks';