Open
Description
Description
Currently, dspace-angular uses lodash
, which is a CommonJS module. This can lead to suboptimal tree shaking in Webpack, as CommonJS dependencies prevent full optimization.
Proposed Solution
Replace lodash
with lodash-es
, which is the ES Module (ESM) version of Lodash. This allows Webpack to eliminate unused code, reducing bundle size and improving performance.
Metadata
Metadata
Assignees
Type
Projects
Status
📋 To Do