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

@@ -47,6 +47,7 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
path.join('config', 'flow', 'file.js.flow'),
path.join('config', 'eslint.js'),
path.join('config', 'paths.js'),
path.join('config', 'polyfills.js'),
path.join('config', 'webpack.config.dev.js'),
path.join('config', 'webpack.config.prod.js'),
path.join('scripts', 'build.js'),