package.json: Drop core-js
starter-kit does not use it directly, and none of our derived projects have it.
This commit is contained in:
parent
4820c2b740
commit
67c1c065e9
2 changed files with 0 additions and 3 deletions
|
|
@ -50,7 +50,6 @@
|
|||
"dependencies": {
|
||||
"@patternfly/patternfly": "4.159.1",
|
||||
"@patternfly/react-core": "4.175.4",
|
||||
"core-js": "3.19.1",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
import "./lib/patternfly/patternfly-4-cockpit.scss";
|
||||
|
||||
import "core-js/stable";
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { Application } from './app.jsx';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue