Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blank page #19

Open
zorganovic opened this issue May 24, 2016 · 2 comments
Open

blank page #19

zorganovic opened this issue May 24, 2016 · 2 comments

Comments

@zorganovic
Copy link

After npm start hitting localhost:3000 will render a blank page with Login Flow by Max Stoiber as title..
bummer 😞
Could you please create a login project using the generator of react-boilerplate ?
because the folders tree of this project is not the same as the former !
thanks

@xuefengwang
Copy link

I ran into blank page too. In the console, there was error complaining "Unknown option ... .babelrc.presets". I found the problem is the project is using babel 5, but I have a .babelrc file which includes "presets" option. Weird thing is that .babelrc file is in the parent directory of project. I have no idea why it picked up from there. But after deleting that .babelrc file, the project compiled and I can see the page now.

@lambdaverse
Copy link

Same here, conflicting with .babelrc in parent directory.

ERROR in ./js/app.js
Module build failed: ReferenceError: [BABEL] /web-client/login-flow/js/app.js: Unknown option: /web-client/.babelrc.presets
    at Logger.error (/web-client/login-flow/node_modules/babel-core/lib/transformation/file/logger.js:58:11)
    at OptionManager.mergeOptions

Some how related to webpack config make script and .babelrc loading by loader.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants