Suppress web dependencies

suppressDependencies(...)

Arguments

... Names of the dependencies to suppress. For example, "jquery" or "bootstrap".

Description

This suppresses one or more web dependencies. It is meant to be used when a dependency (like a JavaScript or CSS file) is declared in raw HTML, in an HTML template.

See also

htmlTemplate for more information about using HTML templates.

htmlDependency