Skip to content

Commit

Permalink
Added fix to refresh only on src change (wintercms#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko authored Jul 24, 2024
1 parent 7159114 commit a797a2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default defineConfig({
paths: [
'./**/*.htm',
'./**/*.block',
'assets/**/*.css',
'assets/**/*.js',
'assets/src/**/*.css',
'assets/src/**/*.js',
]
},
}),
Expand Down

0 comments on commit a797a2f

Please sign in to comment.