Skip to content

Classes are not applied to elements #4

Closed
@MicheleBertoli

Description

@MicheleBertoli

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions