umijs / babel-plugin-import

Modularly import plugin for babel.
3.15k stars 402 forks source link

Does not work for date-fns #272

Open riwu opened 5 years ago

riwu commented 5 years ago
config = injectBabelPlugin(['import', { libraryName: 'date-fns', libraryDirectory: '' }], config);

The modules are in the node_modules/date-fns folder but it gave an error:

Module not found: Error: Can't resolve 'date-fns/difference-in-calendar-weeks' in ...

wcldyx commented 5 years ago

Is the problem solved? If you solve it, please share it.

rickysang commented 4 years ago

try babel-plugin-date-fns