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
Currently includeScript() and inlineStyle() do not have well defined semantics for importing files outside the current workspace. We should define exactly what syntax they should use and how those dependencies should be specified.
ts_project() / js_library() can support external dependencies as long as they are wrapped in an NPM package, and then they are importable by the package name. We could consider extending those semantics for css_library() dependencies and prerender_component() dependencies.
The text was updated successfully, but these errors were encountered:
Currently
includeScript()
andinlineStyle()
do not have well defined semantics for importing files outside the current workspace. We should define exactly what syntax they should use and how those dependencies should be specified.ts_project()
/js_library()
can support external dependencies as long as they are wrapped in an NPM package, and then they are importable by the package name. We could consider extending those semantics forcss_library()
dependencies andprerender_component()
dependencies.The text was updated successfully, but these errors were encountered: