plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Bug in webpack-cli breaking #76

Open rmarren1 opened 6 years ago

rmarren1 commented 6 years ago

I'm getting this known bug: https://github.com/webpack/webpack-cli/issues/607

E.g., in the CI here: https://circleci.com/gh/plotly/dash-html-components/328?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

I think we just need to bump webpack-cli, I'll see if that works.

rmarren1 commented 6 years ago

https://github.com/rmarren1/dash-html-components/commit/75d441d777de0e6f60b5052a4ac40975e8b31f0b

This fixed it.

rmarren1 commented 6 years ago

Turns out this is happening outside of this PR as well