plugins
plugins copied to clipboard
export 'Access' (imported as 'Access') was not found in 'umi'

需要在 config 里加 access: {}
This worked for me as well. Bug occurs when moving from preset-react 1.8 => preset-react 2.1 and access: {} in config.ts fixes.