mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #-: Add Core-js in fireedge (#1499)
This commit is contained in:
parent
2b4dbe57e4
commit
3f9e4436ea
@ -7,10 +7,8 @@
|
||||
"targets": {
|
||||
"node": "10"
|
||||
},
|
||||
"useBuiltIns": "usage",
|
||||
"corejs": {
|
||||
"version": "3.15"
|
||||
}
|
||||
"useBuiltIns": "entry",
|
||||
"corejs": 3.18
|
||||
}
|
||||
],
|
||||
["@babel/preset-react", {
|
||||
|
940
src/fireedge/package-lock.json
generated
940
src/fireedge/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -78,7 +78,7 @@
|
||||
"clsx": "1.1.1",
|
||||
"compression": "1.7.4",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"core-js": "3.15.2",
|
||||
"core-js": "3.18.1",
|
||||
"cors": "2.8.5",
|
||||
"css-loader": "6.2.0",
|
||||
"dagre": "0.8.5",
|
||||
|
@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and *
|
||||
* limitations under the License. *
|
||||
* ------------------------------------------------------------------------- */
|
||||
import 'core-js'
|
||||
import { JSXElementConstructor } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and *
|
||||
* limitations under the License. *
|
||||
* ------------------------------------------------------------------------- */
|
||||
import 'core-js'
|
||||
import { JSXElementConstructor } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user