Adding polyfills

This commit is contained in:
Peter Uithoven 2017-09-07 12:55:56 +02:00
parent d0f3137335
commit d3038d87d7

View File

@ -1,3 +1,4 @@
import 'core-js'; // polyfills
import slice from './sliceActions/slice.js';
import * as THREE from 'three';