mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-07 07:27:06 -04:00
feat: fsIsCaseSensitive is false by default
BREAKING CHANGE: treat all file systems as case insensitive by default
This commit is contained in:
@@ -45,7 +45,7 @@ export default function (
|
||||
cert: opts.cert,
|
||||
fsIsCaseSensitive: typeof opts.fsIsCaseSensitive === 'boolean'
|
||||
? opts.fsIsCaseSensitive
|
||||
: true, // TODO: change the default value to false
|
||||
: false,
|
||||
key: opts.key,
|
||||
localAddress: opts.localAddress,
|
||||
proxy: opts.httpsProxy || opts.proxy,
|
||||
|
||||
Reference in New Issue
Block a user