We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa32054 commit dd131d9Copy full SHA for dd131d9
templates/app/webpack.make.js
@@ -51,7 +51,8 @@ module.exports = function makeWebpackConfig(options) {
51
'angular-sanitize',
52
<%_ if(filters.socketio) { _%>
53
'angular-socket-io',<% } %>
54
- 'angular-ui-bootstrap',
+ <%_ if(filters.uibootstrap) { -%>
55
+ 'angular-ui-bootstrap',<% } %>
56
<%_ if(filters.uirouter) { _%>
57
'angular-ui-router',<% } %>
58
'lodash'
0 commit comments