marked dependency causes problems with skypack
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 109
- Forks
- 3
- Merge medio
- 5 h 52 min
- PR fusionados (30 d)
- 2
Descripción
...and maybe other CDNs or build setups.
basically marked seems to result in this from skypack:
> Failed to load node_modules/marked/bin/marked.js
> Unexpected token (1:0) in marked/bin/marked.js
which makes little sense since it has no reason to try import the `bin` file. marked correctly points the main file (and via export maps) to their ESM bundle.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.