Fix nearly every sub-directory being crawled as part of Vite build (#35323)
This commit is contained in:
parent
786b12e379
commit
5cfc1fabcf
@ -83,7 +83,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
|||||||
format: 'es',
|
format: 'es',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
tsconfigPaths(),
|
tsconfigPaths({ projects: [path.resolve(__dirname, 'tsconfig.json')] }),
|
||||||
RailsPlugin({
|
RailsPlugin({
|
||||||
compress: mode === 'production' && command === 'build',
|
compress: mode === 'production' && command === 'build',
|
||||||
sri: {
|
sri: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user