Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Comments

Update dependencies#180

Merged
taion merged 2 commits intomasterfrom
update
Jun 10, 2017
Merged

Update dependencies#180
taion merged 2 commits intomasterfrom
update

Conversation

@taion
Copy link
Member

@taion taion commented Jun 10, 2017

No description provided.

Copy link
Member Author

@taion taion left a comment

Choose a reason for hiding this comment

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

i meant to switch out react-prop-types for prop-types-extra but got carried away

}

getStatus = () => {
// FIXME: This test breaks when using a functional ref.
Copy link
Member Author

Choose a reason for hiding this comment

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

⁉️

},
const docsConfig = require('./docs.config');

module.exports = Object.assign(
Copy link
Member Author

Choose a reason for hiding this comment

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

HMR wasn't properly working on master anyway (it would complain that it'd have to reload the page). Getting rid of that lets me just merge these two configs.

"build:examples": "npm run clean:examples && webpack --config webpack/docs.config.js",
"examples": "npm run clean:examples && babel-node examples/server.js",
"lint": "eslint examples/*.js src test *.js",
"examples": "webpack-dev-server --config webpack/examples.config.js --hot --port 3000 --progress",
Copy link
Member Author

Choose a reason for hiding this comment

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

bizarrely, doing --hot here is different from doing hot: true in the config. the webpack 1 docs mentioned this (if you did --hot --inline), but the webpack 2 docs AFAICT don't

@taion
Copy link
Member Author

taion commented Jun 10, 2017

Not sure why we had Coveralls set up... this repo wasn't on Coveralls

@taion
Copy link
Member Author

taion commented Jun 10, 2017

The codecov failures are pointless

@taion taion merged commit 4498bb1 into master Jun 10, 2017
@taion taion deleted the update branch June 10, 2017 20:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants