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
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ A repo that demonstrates how to build plotly.js with Webpack can be found [here]
125
125
#### Building plotly.js with Angular CLI
126
126
127
127
Currently Angular CLI use Webpack under the hood to bundle and build your Angular application.
128
-
Sadly it doesn't allow to override its Webpack config, and therefore to use the plugin mentioned in [Building plotly.js with Webpack](#building-plotly.js-with-webpack).
128
+
Sadly it doesn't allow to override its Webpack config, and therefore to use the plugin mentioned in [Building plotly.js with Webpack](#building-plotlyjs-with-webpack).
129
129
Without this plugin your build will fail when it tries to build glslify for GLSL plots.
130
130
131
131
Currently 2 solutions exists to circumvent this issue :
@@ -140,21 +140,18 @@ import * as Plotly from 'plotly.js';
0 commit comments