Expected behavior 😸
Individual functions import with ECMAScript modules work in browsers.
Actual behavior 😿
Global import using default export for voca is working:
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
Expected behavior 😸
Individual functions import with ECMAScript modules work in browsers.
Actual behavior 😿
Global import using default export for voca is working:
However, individual function imports with ESM modules is not working:
Steps to reproduce 👷
Technical details: 🔧
Browser/OS type: Chrome 67
VocaJS version: 1.4.0