packages icon indicating copy to clipboard operation
packages copied to clipboard

fix(carbon-charts): now uses .cjs extension instead of .js

Open nstuyvesant opened this issue 8 months ago • 0 comments

Change

  • Carbon Charts started adding .cjs extension in place of .js for UMD files as the package.json's type was set to module causing Webpack to misidentify the UMD bundles as ESM.
  • New naming follows the default that Vite.js uses.

nstuyvesant avatar Jun 18 '24 15:06 nstuyvesant