Я пытаюсь импортировать plotly.js и plotly_renderers.js в качестве зависимости для сводной таблицы js. Но это показывает ошибку, что Plotly не определен.
Ниже приведен фрагмент кода:
import Plotly from '../static/assets/plotly.js'
import '../static/assets/d3_renderers.js'
Фрагмент кода d3_renderers.js:
t(require("jquery"), require("./plotly.js")) : "function" == typeof define && define.amd ? define(["jquery", "plotly.js"], t) : t(jQuery, Plotly) })(function (t, e)