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 #968

Closed
gregid opened this issue Aug 17, 2020 · 1 comment
Closed

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

gregid opened this issue Aug 17, 2020 · 1 comment
Labels
bug Something isn't working reproduced Some community member was able to reproduce this issue

Comments

@gregid
Copy link

gregid commented Aug 17, 2020

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 Thomaash added reproduced Some community member was able to reproduce this issue bug Something isn't working labels Aug 17, 2020
@Thomaash
Copy link
Member

Thomaash commented Aug 17, 2020

This is a problem in Vis Dev Utils.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced Some community member was able to reproduce this issue
Projects
None yet
Development

No branches or pull requests

2 participants