尝试将 D3 与 Next.js 一起使用时,在将 D3.js v7.0.0 与 Next.js v11.0.1 一起使用时,我无法克服此错误:
[ERR_REQUIRE_ESM]:必须使用import来加载ES模块
next-transpile-modules没有运气create-react-app但我需要 D3 与 Next.js v11.0.1 一起使用我使用npm i d3. 我用import * as d3 from "d3". 使用 Node v15.8.0 和 React v17.0.2