Skip to content

Commit

Permalink
Publishing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmew committed Aug 5, 2020
1 parent 391e906 commit 4452e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Plotly/BundleSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
...
resolve: {
alias: {
"plotly.js/dist/plotly": resolve("node_modules/plotly.js/dist/plotly-cartesian.min.js")
"plotly.js/dist/plotly": path.join(__dirname, "node_modules/plotly.js/dist/plotly-cartesian.min.js")
}
},
...
Expand Down

0 comments on commit 4452e55

Please sign in to comment.