默认配置下,import 需要写全文件名,如 import Container from './Container.jsx'
webpack 可以直接 import jsx
另外webpack的确是按入口来打包的, 会把入口以及他依赖的模块打包成一个文件