Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 340 Bytes

rollup-export-star-question

  • See bundle.js for the output (yarn build runs rollup to produce the bundle)
  • src/doesnt-work imports via ./selectors/index and its export *
  • src/this-works imports directly from ./selectors/calculation

This repo is an example for this question: rollup/rollup#1550