You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotly.js uses a browserify transform (glslify) to transform shaders. To make this work with Webpack, you will need to install [ify-loader]() and add it to your `webpack.config.json`.
46
-
47
43
Read the [Getting started page](https://plot.ly/javascript/getting-started/) for more examples.
48
44
49
45
## Modules
@@ -68,6 +64,10 @@ Then elsewhere in your code:
68
64
var Plotly =require('./custom-plotly');
69
65
```
70
66
67
+
#### Webpack Usage with Modules
68
+
69
+
Plotly.js uses a browserify transform (glslify) to transform shaders. To make the trace module system work with Webpack, you will need to install [ify-loader]() and add it to your `webpack.config.json` for your build to correctly bundle and parse `.glsl` files.
70
+
71
71
## Bugs and feature requests
72
72
73
73
Have a bug or a feature request? Please first read the [issues guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md#opening-issues).
0 commit comments