Simplify webpack config to make it easier to reason about
- Make clear that "publicPath" is a application mount point
- Introduce "assetPath" for custom location to generate assets
- Remove unnecessary scripts and make it easier to read
- Adding auto open browser during dev mode
It contains no breaking changes, all command is still the same, only the underlying wiring is changed.