Skip to content

Commit 547085e

Browse files
authored
fix: remove /app from exclude (#62)
1 parent 564f192 commit 547085e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vite-plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export default (options: Options): Plugin => {
2929
exclude: options?.exclude ?? [
3030
...defaultOptions.exclude,
3131
'/assets/**',
32-
'/app/**',
3332
'/src/app/**',
3433
// matches for vite's import assets suffixes
3534
/\?(?:inline|url|no-inline|raw|import(?:&(?:inline|url|no-inline|raw)?)?)$/,

0 commit comments

Comments
 (0)