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-timeline-graph2d.css is incorrect #621

Closed
gregid opened this issue Aug 17, 2020 · 2 comments
Closed

The sourcemap url in vis-timeline-graph2d.css is incorrect #621

gregid opened this issue Aug 17, 2020 · 2 comments

Comments

@gregid
Copy link

gregid commented Aug 17, 2020

Current sourcemap url in vis-timeline-graph2d.css is:

/*# sourceMappingURL=styles/vis-timeline-graph2d.css.map */

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

/*# sourceMappingURL=vis-timeline-graph2d.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

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

@Thomaash
Copy link
Member

We'll track this issue from visjs/vis-dev-utils#294 as that's where the build process is maintained.

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

2 participants