Open rmarren1 opened 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.
webpack-cli
https://github.com/rmarren1/dash-html-components/commit/75d441d777de0e6f60b5052a4ac40975e8b31f0b
This fixed it.
Turns out this is happening outside of this PR as well
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.