This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
v1.3.0
- feat(build): enable Angular2 AOT in production build
- feat(build): do not import Angular modules in AOT build
- feat(build): enable symbol mangling in production
- feat(build): don't re-build before serving in production
- feat(build): rebuild client before .NET publishing
- feat(tools): add batch script to archive branch
- fix(webpack): remove OccurenceOrder & Dedupe plugins to fix production build
- fix(webpack): serving in reload mode gave runtime errors due to WebpackDevServer settings on Http Module Proxy
- fix(test): fix test coverage on application code
- refactor(webpack): allow passing parameters when building common
- refactor(webpack): group pre/post/Loaders webpack config
- chore(deps): upgrade to
- webpack 2.1.0-beta,
- webpack-dev-server 2.1.0-beta.4,
- postcss-loader 0.13.0
- typings