Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions config/webpack/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ const gettextDir = i18n;

const sharedPackages = [
'@carbon/react',
'angular',

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t see angular being used with these plugins (if any components are added in the future, I assume they will be react) so I assume this also is no longer needed. Let me know if that's not the case

'jquery',
'lodash',
'moment',
'prop-types',
'react',
'react-dom',
'react-redux',
];

let packPaths = {};
Expand Down
Loading