Skip to content

Commit

Permalink
link to steal's bundle property
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Kern committed Jul 16, 2018
1 parent 13d2ed1 commit 89a95e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/types/steal-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ will also specify `baseURL`, and sometimes `main`. This sets [config.configPath]
@option {String} [baseURL] If a configuration file is not used,
the [config.baseURL baseURL] value must be set.

@option {Array<moduleName>} [bundle] An array of <moduleNames> that should be progressively loaded.
@option {Array<moduleName>} [bundle] An array of <moduleNames> that should be progressively loaded. See steal's [bundle](https://stealjs.com/docs/config.bundle.html) property for more information.

@option {Object<config.jsonOptions>} [jsonOptions] Provides options that can be applied to JSON loading.
Using the `transform` method will run through all JSON files while building, also the `package.json`'s of loaded modules
Expand Down

0 comments on commit 89a95e0

Please sign in to comment.