Skip to content

Commit

Permalink
rm dead configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed Feb 23, 2024
1 parent 0c2eac6 commit 384cfc5
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,3 @@ An array of entrypoints as staging start-points in addition to (deduped) main en
#### `pear.stage.ignore <Array>`

An array of file paths to ignore relative to `package.json` file.

### `pear.watch`

File watching configuration options.

#### `pear.watch.reload.page <String>` (default: `"refresh"`)

String may be:

* `"refresh"`
* `"live"`

When set to refresh, a file change leads to the entire application refreshing.

When set to `live` HTML, CSS and media are dynamically reloaded. JS modules can be dynamically
reloaded and passed to the `pear.updates` API listener for hot-reloading.

0 comments on commit 384cfc5

Please sign in to comment.