faucet-pipeline / docs

faucet website & documentation

Home Page:https://www.faucet-pipeline.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAQ

FND opened this issue · comments

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

@FND Can you check which parts of those FAQs are addressed now?