RateGravity / parse-full-name

A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
40 stars 13 forks source link

Can't import the named export 'parseFullName' from non EcmaScript module (only default export is available) #12

Open ThomasHayOwnUp opened 4 years ago

ThomasHayOwnUp commented 4 years ago

Running into this error when trying to build storybook with this package as a dependency. Some research indicates that this is a webpack issue and .mjs should be removed from this packages output: http://github.com/developit/microbundle/issues/426