Big changes were to remove the lite-server config and let webpack-dev-server do the dirty work.
Also I switched the tsconfig to use commonjs as opposed to system so I don't have to employ another loader with webpack for now.
There is an issue with rxjs as an include I think I just need to externalize it for webpack to remove the warning. But the app works.
- install node 5.5.0
- If you are using avn and nvm this will all work automatically
- run
npm install - Optional: install
webpackgloballynpm install -g webpack
npm start- open
localhost:8080