Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

m90/plotly-browserify-issue

Repository files navigation

plotly-browserify-issue

Demonstrating an issue with plotly.js and Browserify

Steps to reproduce the issue

1. Install deps

npm install

2. Reproduce issue with dist package

npm run example:dist

Error shown:

Error: Cannot find module '../src/lib' from '/home/frederik/projects/plotly-browserify-issue/node_modules/plotly.js-dist'

3. Reproduce issue with plotly package

npm run example:plotly

Error shown:

Error: Cannot find module './core' from '/home/frederik/projects/plotly-browserify-issue/node_modules/plotly.js/dist'

4. Create a bundle with non-dist

npm run example:main

Bundles correctly.

About

Demonstrating an issue with plotly.js and Browserify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published