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

React example does not work #14

Closed
mtmetra opened this issue May 10, 2018 · 4 comments
Closed

React example does not work #14

mtmetra opened this issue May 10, 2018 · 4 comments

Comments

@mtmetra
Copy link

mtmetra commented May 10, 2018

Since version 0.0.4_6 the React example renders nothing in the web browser (chrome).
The web server seems to work properly.

@rGiladi
Copy link
Contributor

rGiladi commented May 10, 2018

Working fine for me..
Did you try the current version of the example?

@mtmetra
Copy link
Author

mtmetra commented May 10, 2018

Yes, but updating the ardatan:webpack version of the react example to 0.0.4_8.
(The current react example uses 0.0.4_5)

@ardatan
Copy link
Owner

ardatan commented May 10, 2018

I was working on path declarations in order to detect the output files in virtual file system, so dev-server package doesn't work in case of different path definitions (outputPath), because it just looks absolute root path. So, it looks contentBase and output.path definitions instead.
I released new version by fixing this issue.
Please let me know if the problem still occurs.

ardatan added a commit that referenced this issue May 10, 2018
* [dev-server] fix contentbase path definition #14
* [react] remove unnecessary path definitions
@mtmetra
Copy link
Author

mtmetra commented May 10, 2018

Now it works fine.
Thanks.

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