Add Promise and fetch polyfills (#235)

This commit is contained in:
Dan Abramov
2016-07-27 13:04:13 +01:00
committed by GitHub
parent 3a1ed7a9d0
commit 6d7741e897
5 changed files with 18 additions and 2 deletions

View File

@@ -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: {