The mifi version
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user