Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Failed to resolve %23clip in a css file #2023

Open
jpike88 opened this issue Aug 30, 2021 · 4 comments
Open

Failed to resolve %23clip in a css file #2023

jpike88 opened this issue Aug 30, 2021 · 4 comments

Comments

@jpike88
Copy link
Contributor

jpike88 commented Aug 30, 2021

Fusebox version 4.0.1-next.7
Issue is with mapbox-gl,

full error:

Failed to resolve %23clip in /Users/joshpike/Projects/aquipa/client/node_modules/mapbox-gl/dist/mapbox-gl.css:1:28436

Should probably ignore urls looking like '#blah' as they can't be resolved before build

@FrankApiyo
Copy link

facing this same problem; did you find any solution?

@FrankApiyo
Copy link

FrankApiyo commented Jul 14, 2022

I replaced all occurrences of %23clip with #clip

sed -i 's/url(%23clip)/url(#clip)/g' mapbox-gl.css

@jpike88
Copy link
Contributor Author

jpike88 commented Jul 14, 2022

Sorry mate. I've moved onto angular bundler cause they can't be assed providing easy tooling for 3rd party bundlers... and esbuild for my server

@hound-realscore
Copy link

I'm having this same issue...where do you run this command? I can see the %23clip in the CSS in the dist folder, but not in the source. Do I run it in the build pipeline?

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

No branches or pull requests

3 participants