| ... | ... | @@ -5,6 +5,7 @@ We are choosing to use [webpack](http://webpack.github.io/docs/) as our developm | 
|  |  | * avoids the ridiculous SystemJS config that the Angular team shows in their docs | 
|  |  | * ability to break out entire components into webpack bundlable chunks, which could potentially be loaded independently over HTTP/2 | 
|  |  | * hot module replacement (right now mainly for style, eventually for entire dom components) | 
|  |  | * there may be downsides, but the pluses seem to outweigh them for now | 
|  |  |  | 
|  |  | ### FYI | 
|  |  | * esnext-style import statements should got at the top of files; fyi, imports are converted down to es5 as calls of require() | 
| ... | ... |  |