mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Fix nearly every sub-directory being crawled as part of Vite build (#35323)
This commit is contained in:
parent
786b12e379
commit
5cfc1fabcf
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
|||
format: 'es',
|
||||
},
|
||||
plugins: [
|
||||
tsconfigPaths(),
|
||||
tsconfigPaths({ projects: [path.resolve(__dirname, 'tsconfig.json')] }),
|
||||
RailsPlugin({
|
||||
compress: mode === 'production' && command === 'build',
|
||||
sri: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue