-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: async load config esm #35
Conversation
for some reason running the autoprefixer-browserslist tests with jest fails to read svelte config. it works when starting it manually. :/ Investigation tomorrow. If you read this and have ideas whats happening, i'd love to hear more (; |
No idea honestly, maybe Jest isn't that ESM-dynamic-imports-ready either, yet? |
@dummdidumm added fallback to require, custom configFile option and a playground setup for good measure. Would be nice if you had a quick look anyways https://github.com/sveltejs/vite-plugin-svelte/pull/35/files#diff-5fec1310cbc9274dbd46e92e8e144abbc89c90f4b8b103ef5f37f4fe6e6f15a1R13-R62 |
Looks good to me 👍 one more thing: you might want to add |
cc @dummdidumm