-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: inject instead of auto import server entry #8
Conversation
Note how As a bonus, the // node_modules/.pnpm/@brillout+vite-plugin-server-entry@0.4.9/node_modules/@brillout/vite-plugin-server-entry/dist/importServerEntry/autoImporter.js
exports.status = 'DISABLED_BY_INJECT'; |
The issue seems to be that Rollup calls Let me have a look at what causes Rollup to behave like this. (It's something in |
Ok, that's expected: in |
The CI is still red, I'm aware with that error - let me have a look. |
This reverts commit 4941edb.
Fixed. The CI is now green. |
Please squash all (wip) commits.
I ain't sure how the CI failure can be related to my changes, but I'll have a look.