Releases: adonisjs/assembler
Releases · adonisjs/assembler
Fix: Webpack encore find available port when 8080 is in use
- fix: getPort unable to detect the used port because of the host mis-match 8db8960
- chore: update dependencies fa8dc5d
- style: mention to call generate:manifest command in command docblock f6f5578
What's Changed
New Contributors
Full Changelog: v5.3.8...v5.3.9
Format stubs using Prettier
- chore: update dependencies e94c36c
- fix: reformat stubs to follow prettier formatting 19df658
- fix: upgrade emittery from 0.9.2 to 0.10.0 (#32) 340545b
Full Changelog: v5.3.7...v5.3.8
Update webpack encore
- chore: update dependencies 11789ae
update dependencies
Patch webpack-dev-server template and resolve child process inconsistencies
Fix for bug introduced in v5.3.3
- fix: bug generated in 5.3.3 5d80d57
Bug fixes and update dependencies
update dependencies
- chore: update dependencies 72b4dd4
update dependencies
Cleanup build folder when build fails
This release will delete the build
folder if the build process receives TypeScript errors or when unable to generate the manifest file. Before this release, we left the build
folder as it is. However, the build folder was not usable since the build process never completed.
One can execute the node ace build
command with --ignore-ts-errors
flag to ignore the TypeScript errors and complete the build process
Commits
- ci: remove special condition for logged messages inside CI 95caeba
- chore: FORCE_COLOR when running tests 38f86d0
- improvement: show instructions to register the middleware 3ed4579
- improvement: cleanup build directory when there is an error during the builder process e88001f
- ci: use github actions and remove circleci 1d503e2
- chore: update dependencies 0121810