loadBundles
config.loadBundles
{Boolean}
Specifies whether bundles should be loaded, used primarily for production.
{Boolean}
Specifies whether bundles should be loaded, used primarily for production.
Use
Setting
loadBundles
to true is a short cut to prevent steal from loading the @config and @dev modules and make steal load the main module in a bundle.For example:
Sets:
Setting
loadBundles
totrue
must happen prior to loadingsteal.js
. So it should be configured via thesteal.js
script tag like:Or specified prior to steal loading like: