I think this is related to #889
When using
import { Timeline } from '@knight-lab/timelinejs';
the Symfony Asset-Mapper uses jsDelivr to get the correct files.
However jsDelivr can not get the correct files and throws an error.
Therefore we get The requested module '@knight-lab/timelinejs' does not provide an export named 'Timeline'.
I think solving the related issues should solve this situation too.
Thanks for the package, really loving it <3