redux-auth icon indicating copy to clipboard operation
redux-auth copied to clipboard

Project root index files

Open jclif opened this issue 8 years ago • 1 comments

I was wondering why there are files at the root of the project (index.js, bootstrap-theme.js) which export the views, instead of having the exports live in /src/index.js.

jclif avatar Sep 29 '16 03:09 jclif

I think I figured it out; based on how other projects are doing it, there appears to be a compilation step where files are compiled using babel into a lib/ directory, which is where package.json defines the index.js file. Is there a reason these files are minified and obfuscated? It makes digging around, debugging, and understanding how redux-auth works internally a bit more difficult.

jclif avatar Sep 29 '16 14:09 jclif