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

Sourcemap for "node_modules/tabulator-tables/dist/css/tabulator_simple.min.css" points to missing source files #2813

Closed
mike-lischke opened this issue Jan 11, 2023 · 1 comment

Comments

@mike-lischke
Copy link

Working on a vite application the dev server gives me the warning I mentioned in the title and I assume that comes from esbuild. The CSS file is imported in one of my source files and contains a reference to a source map in the same folder

/*# sourceMappingURL=tabulator.min.css.map */

This file does exist, yet I get this warning and would like to either suppress it or (even better) solve it.

Does anyone have an advice how to do that?

@mike-lischke
Copy link
Author

Sorry, my fault. This seems to be a vite problem: vitejs/vite#10068

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

No branches or pull requests

1 participant