-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Bug: "hostname" is not exported by "__vite-browser-external", #254
Comments
Thank you. There is already a MR for that, I'll release an update in a few min. |
Great! I'd like an issue for the PR in the future so I don't waste time opening an issue, but that's alright :) |
Can you try |
I am getting the same error in 4.8.6. Also seeing There's no reason |
Let's re-open this. |
We also get this issue with 4.8.6, the problem persists... |
I agree. What are the exact steps to reproduce it? |
Reproduction pnpm create vite-extra tslog-hostname-bug --template ssr-vanilla-ts
cd tslog-hostname-bug
pnpm install
pnpm install tslog
# Add tslog command from README to counter
echo -e "import { Logger, ILogObj } from \"tslog\";\n\nconst log: Logger<ILogObj> = new Logger();\nlog.silly(\"I am a silly log.\");\n$(cat src/counter.ts)" > src/counter.ts
pnpm run build Errors |
Thank you. I found the problem in the package.json I fixed it. Releasing shortly |
Can you try |
Resolved in 4.8.7. |
Describe the bug
Upgrading to 4.8.5 breaks my SvelteKit application when building
To Reproduce
Upgrade to 4.8.5
Try to build or run dev a vite project
Expected behavior
No error
Additional context
Downgrading to 4.8.2 removes the error. Did not try 4.8.3-.4
Node.js Version
20.5.0
OS incl. Version
Windows 10
The text was updated successfully, but these errors were encountered: