t
Size: a a a
t
V
import {isEmpty} from 'lodash/isEmpty';
t
A
t
This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
S
S
t
allowSyntheticDefaultImports: true
, но все равно светит красным, хотя никаких ошибок нетV
This module is declared with using 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
t
t
lodash-es
IDE не ругается, но размер lodash в bundle остался таким же :(ei
r
lodash-es
IDE не ругается, но размер lodash в bundle остался таким же :(t
export default isEqual;
r
export default isEqual;
t
t
import isEqual from 'lodash-es/isEqual';
r
import isEqual from 'lodash-es/isEqual';
В
t