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 was archived by the owner on Feb 18, 2024. It is now read-only.
by using the log config above I can see that the index entry is also being compiled, which will be quite time consuming when the index entry grow large.
Currently, I just empty the entry point during test. So karma-webpack only compile necessary bundles:
Given what the webpack-karma docs say, and that testing locally I can confirm karma doesn't use the entrypoints, I believe we should skip building them.
In fact, on master (upcoming Neutrino 9), we now omit the entrypoints (as of #852):
I have instructed
@neutrinojs/karma
to only load*all_test.js
filesby using the log config above I can see that the
index
entry is also being compiled, which will be quite time consuming when the index entry grow large.Currently, I just empty the entry point during test. So karma-webpack only compile necessary bundles:
Should it be the default config?
The text was updated successfully, but these errors were encountered: