Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(list): add list to webpack js bundler (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo authored Jul 27, 2018
1 parent 531867e commit b95d4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/webpack/js-bundle-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class JsBundleFactory {
gridList: getAbsolutePath('/packages/mdc-grid-list/index.js'),
iconButton: getAbsolutePath('/packages/mdc-icon-button/index.js'),
iconToggle: getAbsolutePath('/packages/mdc-icon-toggle/index.js'),
list: getAbsolutePath('/packages/mdc-list/index.js'),
lineRipple: getAbsolutePath('/packages/mdc-line-ripple/index.js'),
linearProgress: getAbsolutePath('/packages/mdc-linear-progress/index.js'),
menu: getAbsolutePath('/packages/mdc-menu/index.js'),
Expand Down

0 comments on commit b95d4e7

Please sign in to comment.