File tree 1 file changed +2
-2
lines changed
packages/react-scripts/config
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ module.exports = {
55
55
// This means they will be the "root" imports that are included in JS bundle.
56
56
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
57
57
entry : [
58
+ // We ship a few polyfills by default:
59
+ require . resolve ( './polyfills' ) ,
58
60
// Include an alternative client for WebpackDevServer. A client's job is to
59
61
// connect to WebpackDevServer by a socket and get notified about changes.
60
62
// When you save a file, the client will either apply hot updates (in case
@@ -66,8 +68,6 @@ module.exports = {
66
68
// require.resolve('webpack-dev-server/client') + '?/',
67
69
// require.resolve('webpack/hot/dev-server'),
68
70
require . resolve ( 'react-dev-utils/webpackHotDevClient' ) ,
69
- // We ship a few polyfills by default:
70
- require . resolve ( './polyfills' ) ,
71
71
// Finally, this is your app's code:
72
72
paths . appIndexJs ,
73
73
// We include the app code last so that if there is a runtime error during
You can’t perform that action at this time.
0 commit comments