This repository was archived by the owner on May 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,13 @@ module.exports = function(webpackEnv) {
158
158
// These are the "entry points" to our application.
159
159
// This means they will be the "root" imports that are included in JS bundle.
160
160
entry : [
161
+ // START: EVERLONG CHANGES - FRONTEND-99
162
+ // this is hopefully a temporary fix for
163
+ // https://github.com/facebook/create-react-app/issues/8405
164
+ // from this comment:https://github.com/facebook/create-react-app/issues/8405#issuecomment-582388530
165
+ './node_modules/core-js/es/object/entries.js' ,
166
+ // END: EVERLONG CHANGES - FRONTEND-99
167
+
161
168
// Include an alternative client for WebpackDevServer. A client's job is to
162
169
// connect to WebpackDevServer by a socket and get notified about changes.
163
170
// When you save a file, the client will either apply hot updates (in case
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @everlong/league-react-scripts" ,
3
- "version" : " 3.3.1" ,
3
+ "version" : " 3.3.1-pr9 " ,
4
4
"description" : " Everlong configuration and scripts for Create React App." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments