mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-29 19:03:41 +00:00
Fix nearly every sub-directory being crawled as part of Vite build (#35323)
This commit is contained in:
parent
fb3ff194b5
commit
93ce44d21d
|
|
@ -79,7 +79,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
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…
Reference in New Issue
Block a user