vue-plotly icon indicating copy to clipboard operation
vue-plotly copied to clipboard

Fix path to module entry point in package.json

Open tkallage opened this issue 3 years ago • 1 comments

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 avatar Jan 04 '23 16:01 tkallage

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

tkallage avatar Jan 04 '23 19:01 tkallage