You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updating my dependencies to v3+ I saw that since d5523ac I get
ERROR in file.js 33:19-62
Module not found: Error: Package path ./locale/en-US.json is not exported from package node_modules/d3-format (see exports field in node_modules/d3-format/package.json)
from webpack when using e.g. import * as numformatEn from 'd3-format/locale/en-US.json'; to import the json files directly.
Has this change been intentional and is there another way except loading the files from e.g. a CDN?
Best regards
Andreas
The text was updated successfully, but these errors were encountered:
Hello,
updating my dependencies to
v3+
I saw that since d5523ac I getfrom webpack when using e.g.
import * as numformatEn from 'd3-format/locale/en-US.json';
to import the json files directly.Has this change been intentional and is there another way except loading the files from e.g. a CDN?
Best regards
Andreas
The text was updated successfully, but these errors were encountered: