https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43091 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 202090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202090&action=edit Bug 43091: Clean the OPAC Vue dist directory in js:clean js:clean predates the OPAC islands build (bug 26355) and only removes the intranet and Cypress dist directories, so stale chunks survive in koha-tmpl/opac-tmpl/bootstrap/js/vue/dist/ across rebuilds. - add the OPAC Vue dist directory to js:clean Test plan: 1. yarn js:build, then apply this patch series and yarn js:clean 2. ls koha-tmpl/opac-tmpl/bootstrap/js/vue/dist/ => empty, no stale staff-only chunks remain 3. yarn js:build => only islands.esm.js and a patron-self-renewal chunk are emitted Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.