Preferences.jl should address this as long as you use @load_preference during every precompilation.
If you don’t use it during a precompilation session, then Julia will not know it should check that file and will not invalidate the cache.
Preferences.jl should address this as long as you use @load_preference during every precompilation.
If you don’t use it during a precompilation session, then Julia will not know it should check that file and will not invalidate the cache.