Closed
Description
Hello @andreypopp.
Now that #3 is fixed, I was trying to use it but I couldn't make it work.
So, I cloned the repo and run the following commands:
npm install
make build
cd examples/webpack
npm install
npm run build
open index.html
And I got the output without classes:
<div id="main">
<div data-reactroot="">
<div>Header</div>
<div>Content</div>
</div>
</div>
Environment:
node --version
v5.11.0
npm --version
3.8.6
Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels