Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

FRONTEND-100 [Web] Remove CRA hack for IE11 in dev mode #15

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ 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
Expand Down