Individual function cannot be imported with ESM imports
lpellegr opened this issue ยท 3 comments
lpellegr commented
Expected behavior ๐ธ
Individual functions import with ECMAScript modules work in browsers.
Actual behavior ๐ฟ
Global import using default export for voca is working:
import voca from 'voca';
However, individual function imports with ESM modules is not working:
Uncaught SyntaxError: The requested module '../node_modules/voca/starts_with.js' does not provide an export named 'default'
Steps to reproduce ๐ท
import startsWith from 'voca/starts_with';
Technical details: ๐ง
Browser/OS type: Chrome 67
VocaJS version: 1.4.0
panzerdp commented
Thanks for reporting it. I will take a look when I have a bit more time available.
ronmmn commented
can you please explain how to add and start using your wonderful package in AURELIA ?
where and which configurations should i do. thx