ionic-team / ionic-team/rollup-plugin-node-polyfills
import/require with trailing slash not getting resolved
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 142
- Forks
- 65
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
https://github.com/ionic-team/rollup-plugin-node-polyfills/blob/9b5fe1a9cafffd4871e6d65613ed224f807ea251/src/modules.ts#L65
I believe the intent was to remove the trailing slash and check in the map if the Polyfill exists
`importee === importee.slice(0, -1);` should have been `importee = importee.slice(0, -1);`
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.