Don't expose the demo by default
Make rollup bundle the demo app by default and let the index.js point to the actual implementation. This way we can use the default entry point of the package when including it in other packages and don't have to reference specific files.
packages/auth/demo.js
0 → 100644
Please register or sign in to comment