Skip to content

Commit

Permalink
Include the JavaScript for linear-progress (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP authored and lynnmercier committed May 31, 2017
1 parent 92aab2b commit 94e2221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module.exports = [{
formField: [path.resolve('./packages/mdc-form-field/index.js')],
gridList: [path.resolve('./packages/mdc-grid-list/index.js')],
iconToggle: [path.resolve('./packages/mdc-icon-toggle/index.js')],
linearProgress: [path.resolve('./packages/mdc-linear-progress/index.js')],
menu: [path.resolve('./packages/mdc-menu/index.js')],
radio: [path.resolve('./packages/mdc-radio/index.js')],
ripple: [path.resolve('./packages/mdc-ripple/index.js')],
Expand Down

0 comments on commit 94e2221

Please sign in to comment.