We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/app
1 parent 564f192 commit 547085eCopy full SHA for 547085e
src/vite-plugin.ts
@@ -29,7 +29,6 @@ export default (options: Options): Plugin => {
29
exclude: options?.exclude ?? [
30
...defaultOptions.exclude,
31
'/assets/**',
32
- '/app/**',
33
'/src/app/**',
34
// matches for vite's import assets suffixes
35
/\?(?:inline|url|no-inline|raw|import(?:&(?:inline|url|no-inline|raw)?)?)$/,
0 commit comments