We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9f1e6 commit 8abe688Copy full SHA for 8abe688
config/webpack.config.dev.js
@@ -46,6 +46,8 @@ module.exports = {
46
// This means they will be the "root" imports that are included in JS bundle.
47
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
48
entry: [
49
+ // We ship a few polyfills by default:
50
+ require.resolve('./polyfills'),
51
// Include an alternative client for WebpackDevServer. A client's job is to
52
// connect to WebpackDevServer by a socket and get notified about changes.
53
// When you save a file, the client will either apply hot updates (in case
0 commit comments