dequelabs / combobo

Accessible combobox
https://dequelabs.github.io/combobo/demo/
MIT License
49 stars 13 forks source link

point dist/combobo.js as the "main" script in package.json #17

Closed schne324 closed 6 years ago

schne324 commented 6 years ago

we shouldn't ship it with an un-transpiled script.

There is a workaround for now:

import Combobo from 'combobo/dist/combobo.js';