d3 / d3-array

Array manipulation, ordering, searching, summarizing, etc.

Home Page:https://d3js.org/d3-array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Server Failing in Next.js

csandman opened this issue · comments

I am currently using this file in my next.js project and upgrading to v3.0.1 broke our development server because for whatever reason, Next.js uses only CJS format modules.

I was wondering if there was any reason for removing Common JS support in this version? I know rollup can easily handle exporting both a CJS and ESM output so it seems pointless to remove it.