To get the latest @ionic/app-scripts, please run:
npm install @ionic/app-scripts@latest --save-dev
- Fix handling multiple async template updates
- Fix resolving index files correctly
- Fix template rebuilds for multiple templates in one file
- Fix ability to watchers to ignore paths
- Fix silently failed bundles
- Fix template path resolving issues
- Improve build times for template changes
- Fix bundle updates on template changes
- Fix Windows entry path normalization
- Add ability use multiple processor cores for various subtasks
- Use typescript
createProgramto transpile entire app - Add syntax highlighting and colors to typescript, sass and tslint errors
- Improved error messages for typescript errors
cleantask only cleans out thewww/build/directory rather than all ofwww/- Add task to copy
src/service-worker.jstowww/service-worker.js - Add task to copy
src/manifest.jsontowww/manifest.json
- Fix JS source maps
- Fix template inlining
- Addressed memory usage error
- Dev builds no longer use the
.tmpdirectory - Dev build entry files should be the source
main.dev.tsfile - Custom rollup configs should remove the
ngTemplate()plugin