We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7177040 commit 6488c80Copy full SHA for 6488c80
tasks/schema.mjs
@@ -2,7 +2,7 @@ import fs from 'fs';
2
import path from 'path';
3
4
import constants from './util/constants.js';
5
-import plotlyNode from './util/plotly_node.js';
+import plotlyNode from './util/plotly_node.mjs';
6
7
function caseInsensitive(a, b) {
8
return a.toLowerCase().localeCompare(b.toLowerCase());
0 commit comments