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

Fix for parcel error while building examples #13656

Merged
merged 3 commits into from
May 10, 2022

Conversation

arekgotfryd
Copy link
Contributor

Fixes #13651

@github-actions
Copy link

github-actions bot commented May 8, 2022

📦 Preview the examples and docs from this branch here: https://deploy-preview-13656--ol-site.netlify.app/.

Copy link
Member

@ahocevar ahocevar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @arekgotfryd! See my comment about changing how the css is included. Looks good otherwise.

Comment on lines 200 to 202
<style>
@import "node_modules/ol/ol.css";
</style>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make this work in codesandbox.io ("Edit" button), you'll have to change it to

<link rel="stylesheet" href="node_modules/ol/ol.css">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ahocevar! I just made suggested change.

@arekgotfryd arekgotfryd requested a review from ahocevar May 9, 2022 19:42
Copy link
Member

@ahocevar ahocevar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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

Successfully merging this pull request may close these issues.

Draw shapes example don't work with parcel
2 participants