The mifi version

This commit is contained in:
2026-02-10 18:32:18 -03:00
parent 99d94aafb8
commit c1c729118e
6 changed files with 5533 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ const base = {
process.env.ANALYZE_BUNDLE && new BundleAnalyzerPlugin()
].filter(x => x),
resolve: {
symlinks: false, // don't resolve symlinks to their real path
symlinks: true, // follow symlinks (needed for pnpm)
alias: {
"term-size": Path.resolve("stubs/term-size.js")
}