You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Created a very basic app using
@neutrinojs/web
and@neutrinojs/karma
, there is some code using dyanmic import:The code can be run OK on
neutrino web
but not onneutrino test
using karma.The karma debug shows that the file path is incorrect:
So it appears that the code splitting bundle is served on a direct file system path in karma.
demo repo here: https://github.com/jackysee/neutrino_vueapp_test
The text was updated successfully, but these errors were encountered: