Browse Source

Remove space after webpack

main
Fatos Morina 7 years ago
committed by GitHub
parent
commit
7cf4c91258
  1. 2
      content/blog/2015-03-30-community-roundup-26.md

2
content/blog/2015-03-30-community-roundup-26.md

@ -67,7 +67,7 @@ Jay Garcia spent a lot of time during the beta working on a NES music player wit
## React Native with Babel and webpack
React Native ships with a custom packager and custom ES6 transforms instead of using what the open source community settled on such as [webpack] (https://webpack.js.org/) and [Babel](http://babeljs.io/). The main reason for this is performance – we couldn't get those tools to have sub-second reload time on a large codebase.
React Native ships with a custom packager and custom ES6 transforms instead of using what the open source community settled on such as [webpack](https://webpack.js.org/) and [Babel](http://babeljs.io/). The main reason for this is performance – we couldn't get those tools to have sub-second reload time on a large codebase.
Roman Liutikov found a way to [use webpack and Babel to run on React Native](https://github.com/roman01la/react-native-babel)! In the future, we want to work with those projects to provide cleaner extension mechanisms.

Loading…
Cancel
Save