Skip to content
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: treat pseudo ESM as ESM with custom loader, disable custom Node Loader by default #1778

Merged
merged 11 commits into from
Aug 5, 2022
Prev Previous commit
Next Next commit
chore: register loader for esm test
sheremet-va committed Aug 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 76ea08fdc2651c792895370fbe2ad102c93aa2bd
1 change: 1 addition & 0 deletions test/esm/vite.config.ts
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ export default defineConfig({
test: {
deps: {
external: [/tslib/, /css-what/],
registerNodeLoader: true,
},
},
})