| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5b18ce1 commit 9771696
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -152,7 +152,8 @@ export async function normalizeOptions( | |||
| 152 | 152 | crossOrigin, | |
| 153 | 153 | externalDependencies, | |
| 154 | 154 | poll, | |
| 155 | - preserveSymlinks, | ||
| 155 | + // If not explicitly set, default to the Node.js process argument | ||
| 156 | + preserveSymlinks: preserveSymlinks ?? process.execArgv.includes('--preserve-symlinks'), | ||
| 156 | 157 | stylePreprocessorOptions, | |
| 157 | 158 | subresourceIntegrity, | |
| 158 | 159 | verbose, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments