diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index cf5aca711d2..2320a14e8f4 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -158,6 +158,13 @@ module.exports = function(webpackEnv) { // These are the "entry points" to our application. // This means they will be the "root" imports that are included in JS bundle. entry: [ + // START: EVERLONG CHANGES - FRONTEND-99 + // this is hopefully a temporary fix for + // https://github.com/facebook/create-react-app/issues/8405 + // from this comment:https://github.com/facebook/create-react-app/issues/8405#issuecomment-582388530 + './node_modules/core-js/es/object/entries.js', + // END: EVERLONG CHANGES - FRONTEND-99 + // Include an alternative client for WebpackDevServer. A client's job is to // connect to WebpackDevServer by a socket and get notified about changes. // When you save a file, the client will either apply hot updates (in case diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 5aa402b0c16..e68480d321f 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@everlong/league-react-scripts", - "version": "3.3.1", + "version": "3.3.1-pr9", "description": "Everlong configuration and scripts for Create React App.", "repository": { "type": "git",