This is an issue for addressing several issues with how entrypoints are imported to get their options.
Edit: As of v0.19.0-alpha1, all the above issues work with:
export default defineConfig({
experimental: {
entrypointImporter: "vite-node",
},
});
Will add to this list if other issues come up.
This is an issue for addressing several issues with how entrypoints are imported to get their options.
import.meta.globdoesn't work #635Will add to this list if other issues come up.