Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Aug 4, 2022
1 parent a16bc47 commit 28df591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ export default defineConfig({

### Watching files for hot reload trigger

by default `livewire()` plugin will trigger hot reload when a `.blade.php` file changes in `resources/views/**` folders or a `.php` file changes in `app/**/Livewire/**` folders.
by default `livewire()` plugin will trigger hot reload when a `.blade.php` file changes in `resources/views/**` folders or a `.php` file changes in `app/**/Livewire/**`, `app/**/Filament/**` or `app/View/Components/**` folders.

if you wish to change this behavior (because you have livewire files in other locations), this can be achieved using the `watch` config:
if you wish to add/change this behavior (because you have livewire files in other locations), this can be achieved using the `watch` config:

```js
// vite.config.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defstudio/vite-livewire-plugin",
"version": "0.2.3",
"version": "0.2.4",
"author": {
"name": "Fabio Ivona"
},
Expand Down

0 comments on commit 28df591

Please sign in to comment.