These few issues will make your life a lot easier, so during development, remember to:
- use the debug version of the source code,
- set
debug:true
in the app configuration, - handle the "app:error:resolve" event,
- check the quality of your code before each commit with (
npm run lint
).
And remember this important advice: