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

The sourcemap url in vis-network.css is incorrect #294

Closed
Thomaash opened this issue Aug 17, 2020 · 3 comments
Closed

The sourcemap url in vis-network.css is incorrect #294

Thomaash opened this issue Aug 17, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Thomaash
Copy link
Member

Originally reported by @gregid in visjs/vis-network#968:

Current sourcemap url in vis-network.css is:

/*# sourceMappingURL=styles/vis-network.css.map */

while both files are in the same folder, so it should be:

/*# sourceMappingURL=vis-network.css.map */

This is causing problems with bundlers, e.g.:
parcel-bundler/parcel#5031

BTW The min file has correct url.

@Thomaash
Copy link
Member Author

This is a bug in PostCSS plugin: egoist/rollup-plugin-postcss#274, it should be fixed there.

@Thomaash
Copy link
Member Author

This shouldn't be closed until this problem is actually resolved.

@Thomaash
Copy link
Member Author

Fixed by #312, Renovate and Semantic Release will distribute this eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant