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.
1 parent 8c71548 commit b0428fbCopy full SHA for b0428fb
vite.config.ts
@@ -1,6 +1,5 @@
1
import { vitePlugin as remix } from '@remix-run/dev'
2
import { sentryVitePlugin } from '@sentry/vite-plugin'
3
-import { glob } from 'glob'
4
import { flatRoutes } from 'remix-flat-routes'
5
import { envOnlyMacros } from 'vite-env-only'
6
import { type ViteUserConfig } from 'vitest/config'
@@ -79,10 +78,10 @@ export default {
79
78
},
80
81
sourcemaps: {
82
- filesToDeleteAfterUpload: await glob([
+ filesToDeleteAfterUpload: [
83
'./build/**/*.map',
84
'.server-build/**/*.map',
85
- ]),
+ ],
86
87
})
88
: null,
0 commit comments