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

docs(examples): fix in webpack1 example #1596

Merged
merged 1 commit into from
Apr 18, 2017
Merged

Conversation

layershifter
Copy link
Member

No description provided.

@@ -5,7 +5,6 @@
"stage-1"
],
"plugins": [
"lodash",
["lodash", { "id": "semantic-ui-react" }]
["lodash", { "id": ["lodash", "semantic-ui-react"] }]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can run resolution updates in single run.

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root" style="height: 100%"></div>
<script src="./dist/bundle.js"></script>
<script src="./dist/app.js"></script>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed filename

@@ -17,4 +17,4 @@ const App = () => (
</Container>
)

render(App, MOUNT_NODE)
render(<App />, MOUNT_NODE)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugly mistake 😭

@codecov-io
Copy link

codecov-io commented Apr 18, 2017

Codecov Report

Merging #1596 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1596   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files         141      141           
  Lines        2384     2384           
=======================================
  Hits         2378     2378           
  Misses          6        6

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a43956...4cfb3c3. Read the comment docs.

@levithomason levithomason merged commit c8040bf into master Apr 18, 2017
@levithomason levithomason deleted the docs/fix-in-example branch April 18, 2017 16:38
@levithomason
Copy link
Member

Whoops, I should have caught these issues in review!

@levithomason
Copy link
Member

Released in semantic-ui-react@0.68.1.

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

Successfully merging this pull request may close these issues.

None yet

3 participants