How to force VSCode to properly import Lodash methods?

前端 未结 0 925
傲寒
傲寒 2021-01-28 16:42

On default VSCode imports lodash methods loading whole library:

import { random } from \'lodash\';

But the proper method of importing should be:<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题