mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-28 16:44:53 +08:00
Add Promise and fetch polyfills (#235)
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = {
|
||||
entry: [
|
||||
require.resolve('webpack-dev-server/client') + '?http://localhost:3000',
|
||||
require.resolve('webpack/hot/dev-server'),
|
||||
require.resolve('./polyfills'),
|
||||
path.join(paths.appSrc, 'index')
|
||||
],
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user