feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets#3068
Merged
Conversation
…ne the path for excalidraw assets No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/excalidraw/excalidraw/CW2cEz6j2mhkgGwneGuj2z4PW8J7 |
dwelle
reviewed
Feb 20, 2021
dwelle
approved these changes
Feb 20, 2021
…en version update
dwelle
approved these changes
Feb 21, 2021
This was referenced Feb 21, 2021
TusharSariya
pushed a commit
to TusharSariyaOrg/excalidraw-tf
that referenced
this pull request
May 27, 2026
…ne the path for excalidraw assets (excalidraw#3068) * feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined * fix * add public path * add public path * assign only when env not test * read from package.json * Append content hash to excalidraw-assets so cache bursting happens when version update * update changelog and readme * update
NavarroYahir
pushed a commit
to ludensproductions/excalidraw
that referenced
this pull request
Jun 3, 2026
…ne the path for excalidraw assets (excalidraw#3068) * feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined * fix * add public path * add public path * assign only when env not test * read from package.json * Append content hash to excalidraw-assets so cache bursting happens when version update * update changelog and readme * update
NavarroYahir
pushed a commit
to ludensproductions/excalidraw
that referenced
this pull request
Jun 3, 2026
…ne the path for excalidraw assets (excalidraw#3068) * feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined * fix * add public path * add public path * assign only when env not test * read from package.json * Append content hash to excalidraw-assets so cache bursting happens when version update * update changelog and readme * update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CSB is also working now, no more chunk errors 🎉 try here
No more webpack_public_path needed explicitly in the host and it will default to unpkg CDN if window.EXCALIDRAW_ASSET_PATH is not defined.
for #3061, #3013, #3060
I had tried this approach earlier but unfortunately, I was assigning webpack_public_path at the wrong place in
entry.js:/.This will make hosting the excalidraw assets for the host much easier as its now scoped down to just Excalidraw.
TODOS