1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: Fix build webpack core-js (#1494)

This commit is contained in:
Jorge Miguel Lobo Escalona 2021-09-29 11:44:45 +02:00 committed by GitHub
parent f56dbfc6b4
commit 9b517302c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1300 additions and 4869 deletions

View File

@ -7,10 +7,8 @@
"targets": {
"node": "10"
},
"useBuiltIns": "usage",
"corejs": {
"version": "3.15"
}
"useBuiltIns": "entry",
"corejs": 3.18
}
],
["@babel/preset-react", {

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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'

View File

@ -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'