Skip to content

Commit

Permalink
fix(webpack): conditionally exclude ui-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Sep 1, 2016
1 parent aa32054 commit dd131d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/app/webpack.make.js
Expand Up @@ -51,7 +51,8 @@ module.exports = function makeWebpackConfig(options) {
'angular-sanitize',
<%_ if(filters.socketio) { _%>
'angular-socket-io',<% } %>
'angular-ui-bootstrap',
<%_ if(filters.uibootstrap) { -%>
'angular-ui-bootstrap',<% } %>
<%_ if(filters.uirouter) { _%>
'angular-ui-router',<% } %>
'lodash'
Expand Down

0 comments on commit dd131d9

Please sign in to comment.