David-Desmaisons / vue-plotly

📈 vue wrapper for plotly.js
https://david-desmaisons.github.io/vue-plotly/
MIT License
255 stars 74 forks source link

Fix path to module entry point in package.json #49

Open tkallage opened 1 year ago

tkallage commented 1 year ago

The file dist/vue-plotly.common.min.js does not exist in the published npm package. This change sets the module path to the existing file dist/vue-plotly.common.js.

In combination with #52 this enables the use of this package in vite (vue 2.7), fixing #47.

tkallage commented 1 year ago

the circleci test-pipeline is currently failing, but the underlying issue should be resolved with #50