Fix nearly every sub-directory being crawled as part of Vite build (#35323)

pull/35571/head
Claire 3 months ago
parent fb3ff194b5
commit 93ce44d21d

@ -79,7 +79,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
},
},
plugins: [
tsconfigPaths(),
tsconfigPaths({ projects: [path.resolve(__dirname, 'tsconfig.json')] }),
RailsPlugin({
compress: mode === 'production' && command === 'build',
sri: {

Loading…
Cancel
Save