We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading Plotly.js from 2.34.2 to 3.0.0 in a Webpack project, when running npx webpack the build fails with:
npx webpack
ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-array' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-collection' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-dispatch' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-geo' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-path' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-quadtree' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-shape' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-time' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'd3-timer' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16 ERROR in ./node_modules/plotly.js-dist-min/plotly.min.js Module not found: Error: Can't resolve 'elementary-circuits-directed-graph' in '/home/devrosch/VscodeProjects/plotly-webpack-issue-demo/node_modules/plotly.js-dist-min' @ ./src/index.js 1:0-40 5:2-16
A minimal demo is available at: plotly-webpack-issue-demo.
The text was updated successfully, but these errors were encountered:
Looks like this is fixed by #7367! Just tested locally and it seems to fix the issue.
Sorry, something went wrong.
color-rgba
3.0.0
marthacryan
No branches or pull requests
After upgrading Plotly.js from 2.34.2 to 3.0.0 in a Webpack project, when running
npx webpack
the build fails with:A minimal demo is available at: plotly-webpack-issue-demo.
The text was updated successfully, but these errors were encountered: