yarn unplug core-js 报错 Usage Error: This command can only be used if the `nodeLinker` option is set to `pnp`
yarn config get nodeLinker // node_modules 需要改成 pnp
yarn config set nodeLinker pnp // ➤ YN0000: Successfully set nodeLinker to 'pnp'
yarn unplug core-js // 成功