Do not use core-js because it breaks minification

We get an error

can't convert n to string: its [Symbol.toPrimitive] method returned an object
This commit is contained in:
Jerko Steiner 2019-11-18 00:53:30 -03:00
parent a66f74cd81
commit 038a617b30

View File

@ -1,5 +1,4 @@
import '@babel/polyfill'
import 'core-js'
import App from './containers/App'
import React from 'react'
import ReactDOM from 'react-dom'