FAQ
FND opened this issue · comments
FND commented
- [faucet-js] consuming non-ES6 modules
☝️ CommonJS only for third-party paths, i.e.node_modules
- [faucet-js] what to do if bundling a library fails
→ how to analyze, externalize,exclude
- [faucet-js] minifying
→ compacting options (w/ rationale) - [faucet-js] how (and why/when) to externalize libraries
- [faucet-js] how (and why/when) to transpile ESNext
→ Browserslist,exclude
- [faucet-js] how to transpile JSX
☝️ pragma, fragments
Lucas Dohmen commented
@FND Can you check which parts of those FAQs are addressed now?