Closed bkomboz closed 6 years ago
I am a user of plotly.js (version 1.37.1) which depends on regl-line2d (version ^3.0.9). The destructuring assignment used in file index.js in regl-line2d is not compatibly with any version of Internet Explorer (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ) and therefore breaks my app. I get an error script 1010 expected identifier.
plotly.js
1.37.1
regl-line2d
^3.0.9
index.js
script 1010 expected identifier
That will be fixed soon, for now please use babelify global transform or dist/plotly.js entry.
Ok, thanks for the immediate feedback.
This should be fixed now.
I am a user of
plotly.js
(version1.37.1
) which depends onregl-line2d
(version^3.0.9
). The destructuring assignment used in fileindex.js
inregl-line2d
is not compatibly with any version of Internet Explorer (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment ) and therefore breaks my app. I get an errorscript 1010 expected identifier
.