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

Building with vite does not remove "This is a development-only message." message #1131

Open
tnrich opened this issue Jul 18, 2023 · 0 comments

Comments

@tnrich
Copy link

tnrich commented Jul 18, 2023

Bug description

I would assume that running yarn vite build for a project that is importing and using tippy would remove the This is a development-only message. from the built code. Unfortunately it doesn't seem like this is the case.

You can see the built code here:
https://raw.githubusercontent.com/tnrich/vite_tippy/master/dist/vite-project.umd.cjs

which contains the message in question:
image

Reproduction

See this repo for a minimal reproduction:
https://github.com/tnrich/vite_tippy

I'm not sure if this is vite's fault or tippy's fault or my fault, but any feedback would be appreciated. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant