- See
bundle.js
for the output (yarn build
runs rollup to produce the bundle) src/doesnt-work
imports via./selectors/index
and itsexport *
src/this-works
imports directly from./selectors/calculation
This repo is an example for this question: rollup/rollup#1550