-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
@@ -5,7 +5,6 @@ | |||
"stage-1" | |||
], | |||
"plugins": [ | |||
"lodash", | |||
["lodash", { "id": "semantic-ui-react" }] | |||
["lodash", { "id": ["lodash", "semantic-ui-react"] }] |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugly mistake 😭
Codecov Report
@@ 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.
|
Whoops, I should have caught these issues in review! |
Released in |
No description provided.