You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to work on this. How would you suggest going about with testing? Can you tell me of a way to reproduce the missing dependencies warning. @trusktr
* develop:
docs: removed codefund docs and plugin (#1262)
docs: remove bundle size from the home page and documentation (#1257)
fix: search can not search the table header (#1256)
fix: after setting the background image, the button is obscured (#1234)
Fix: fixed onlycover flag in mobile (#1243)
fix: Updated docs with instructions for installing specific version (fixes#780) (#1225)
fix: Add error handling for missing dependencies (fixes#1210) (#1232)
[documdocs: deploy docsify in docker. (#1241)
docs: Add embed gist instructions to Embed Files (fixes#932 ) (#1238)
chore: add changelog 4.11.4
[build] 4.11.4
feat: added html sanitizer for remote rendering (#1128)
Rollup by default treats missing dependencies as "external" and will only output a warning to the console instead of an error (working as intended).
We can make it throw an error for our use case.
See: rollup/rollup#1906 (comment)
The text was updated successfully, but these errors were encountered: