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:
parent
a66f74cd81
commit
038a617b30
@ -1,5 +1,4 @@
|
|||||||
import '@babel/polyfill'
|
import '@babel/polyfill'
|
||||||
import 'core-js'
|
|
||||||
import App from './containers/App'
|
import App from './containers/App'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import ReactDOM from 'react-dom'
|
import ReactDOM from 'react-dom'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user