vue-plotly
vue-plotly copied to clipboard
Fix path to module entry point in package.json
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.
the circleci test-pipeline is currently failing, but the underlying issue should be resolved with #50