kinow commented on PR #2055:
URL: https://github.com/apache/jena/pull/2055#issuecomment-1790674993

   I got the same error as @afs running `yarn run test:e2e` locally. Seems 
related to https://github.com/vitejs/vite/issues/13342
   
   Tried a few options, and couldn't find a way to keep the manual chunks. 
Found issues saying that the chunks were still eagerly loaded in Vite, and 
[this one](https://sambitsahoo.com/blog/vite-code-splitting-that-works.html) 
that points that Vue Router does the lazy loading automagically.
   
   Since we are using that Vue Router syntax, and the tests are broken, I'm 
removing the manual chunks. I haven't done a thorough check (before this PR) if 
the chunks were actually being lazily loaded, but will try to look into that 
once the build is fixed (also look at the size of chunks, the Query page is 
~2MB before gzip, not sure if YASR/etc or maybe assets like SVG's being 
included... will check)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to