Demonstrating an issue with plotly.js and Browserify
npm install
npm run example:dist
Error shown:
Error: Cannot find module '../src/lib' from '/home/frederik/projects/plotly-browserify-issue/node_modules/plotly.js-dist'
npm run example:plotly
Error shown:
Error: Cannot find module './core' from '/home/frederik/projects/plotly-browserify-issue/node_modules/plotly.js/dist'
npm run example:main
Bundles correctly.