-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
communitycommunity contributioncommunity contribution
Description
Not that plotly would necessarily have to support JSPM, but it's also not possible to shim around the issue because there is neither a true source nor a true distribution format in the NPM package.
The package.json
points to src/index.js
, which relies on build/ploticon
and other files in the build folder. Meanwhile, dist/plotly.js
– presumably intended for distribution given the name – begins with var Plotly = require('../src/plotly');
which seems wrong.
Metadata
Metadata
Assignees
Labels
communitycommunity contributioncommunity contribution