Hello! Is there a way to tell Meteor to use package.json svelte fields to specific packages. For example svelte-notifications

By default Meteor will use main field: build/bundle.js and now by strange reasons client produces this error:

If i add recompile option for this package Meteor get module field build/bundle.mjs but this is prebuilded too and produced same error.
How to tell Meteor to use svelte field to recompile this package?
Hello! Is there a way to tell Meteor to use package.json svelte fields to specific packages. For example svelte-notifications
By default Meteor will use
mainfield:build/bundle.jsand now by strange reasons client produces this error:If i add recompile option for this package Meteor get
modulefieldbuild/bundle.mjsbut this is prebuilded too and produced same error.How to tell Meteor to use
sveltefield to recompile this package?