small demo
- Linguagem predominante
- JavaScript
- Estrelas
- 9k
- Forks
- 181
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
put up a demo I was using to check out features, feel free to use any of it if you want
https://github.com/jeremy-coleman/preactive-htm
it has both rollup and webpack builds with babel and without.
I added rollup because i wanted to look over the non-minified bundled code and noticed that the babel plugin wasn't working, I assume because of .mjs extension - might be worth noting in the readme or something. probably a lot of pepople dont know if you use resolve.extensions in your webpack config it resets all the defaults (to exclude mjs) it's also required to manually add to rollup inside the babel plugin.
if u want to see the difference just change the rollup config from: babel({extensions: [".ts", ".tsx", ".js", ".jsx", ".mjs"]}), to: babel(). Gonna explore a bit more with a real app
Guia de contribuição
Direção de pesquisa
Revise a demo preactive-htm vinculada, especialmente suas configurações do Rollup e do Webpack, e compare o comportamento do plugin do Babel com e sem a extensão .mjs listada. Consulte a README do projeto para obter as orientações de build existentes; o issue só estará completo quando o tratamento pretendido de .mjs e qualquer documentação necessária estiverem claramente estabelecidos.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- babel, javascript, rollup, webpack
- Domínio
- build-system, tooling
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100