Skip to content

Commit dd131d9

Browse files
committed
fix(webpack): conditionally exclude ui-bootstrap
1 parent aa32054 commit dd131d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/app/webpack.make.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ module.exports = function makeWebpackConfig(options) {
5151
'angular-sanitize',
5252
<%_ if(filters.socketio) { _%>
5353
'angular-socket-io',<% } %>
54-
'angular-ui-bootstrap',
54+
<%_ if(filters.uibootstrap) { -%>
55+
'angular-ui-bootstrap',<% } %>
5556
<%_ if(filters.uirouter) { _%>
5657
'angular-ui-router',<% } %>
5758
'lodash'

0 commit comments

Comments
 (0)