blob: e76973c449fb60ab3bab1b9706cbba6ce3e5ce81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# compressionLevel: mixed
# enableGlobalCache: false
nodeLinker: node-modules
packageExtensions:
# awaiting fix: https://github.com/facebook/create-react-app/issues/11982
# https://github.com/facebook/create-react-app/issues/12456
'eslint-plugin-flowtype@*':
peerDependenciesMeta:
'@babel/plugin-syntax-flow':
optional: true
'@babel/plugin-transform-react-jsx':
optional: true
# yarnPath: .yarn/releases/yarn-4.5.1.cjs
|