I followed instructions from this tutorial CUSTOM BUNDLE but even example command
npm run custom-bundle -- --unminified --out myScatters --traces scatter,scattergl,scatter3d --transforms none
generates empty file like this:
/**
* plotly.js (myScatters) v2.20.0
* Copyright 2012-2023, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
*/
and actual JS source is missing.
Does anybody know where is the problem? Plotly.js version is 2.20.0
Thanks in advance