I want to make a custom bundle that just includes the `scattergl` graph from the `strict `bundle. I tried the following: ``` npm i plotly.js cd node_modules/plotly.js npm i npm run custom-bundle -- --traces scatter,scattergl-strict --transforms none ``` Error: `scattergl-strict is not a valid trace!` I saw the name `scattergl-strict` [here](https://github.com/plotly/plotly.js/pull/6083), so thought it might work. Not sure if it's the wrong command, a bug, or not a feature. Thanks.