added documentation for singleton query param

master
Tobias Koppers 2014-11-03 22:53:02 +01:00
parent 0cc58a7b6c
commit 4bd4f38a42
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Note: Behavior is undefined when `unuse`/`unref` is called more often than `use`
#### `singleton`
If defined, the style-loader will re-use a single `<style>` element, instead of adding/removing individual elements for each required module. **Note:** this option is on by default in IE9, which has strict limitations on the # of style tags allowed on a page.
If defined, the style-loader will re-use a single `<style>` element, instead of adding/removing individual elements for each required module. **Note:** this option is on by default in IE9, which has strict limitations on the # of style tags allowed on a page. You can enable or disable it with the singleton query parameter (`?singleton` or `?-singleton`).
## Recommended configuration