减少 lodash 的包大小

时间:2021-02-27 00:18:39

标签: webpack-bundle-analyzer

创建一个文件来放置所有导入的文件是否正确?

// lodash-helper.js
export const isEqual = import('lodash/isEqual');
export const includes = import ('lodash/includes');
export const filter = import ('lodash/filter');

// some-file.component.ts
import { isEqual } from 'src/core/helpers/lodash-helper'; // In this file I need only one import

0 个答案:

没有答案