wub-preset-preact
v0.0.4
Published
wub preset that adds Preact support to webpack
Downloads
4
Readme
wub-preset-preact
This wub preset adds preact
support to webpack.
| Config option | Required? | Description |
|:--|:---:|:--|
| rootComponent
| ✓ | Path to the root component for your preact app. |
| emitIndex
| | Emit an index.html
file that points to your bundle. Defaults to true
when hot reloading. |
| domID
| | The ID of the element that preact will mount to. |