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 9806bcd commit aa32054Copy full SHA for aa32054
templates/app/webpack.make.js
@@ -49,7 +49,8 @@ module.exports = function makeWebpackConfig(options) {
49
<%_ if(filters.ngroute) { _%>
50
'angular-route',<% } %>
51
'angular-sanitize',
52
- 'angular-socket-io',
+ <%_ if(filters.socketio) { _%>
53
+ 'angular-socket-io',<% } %>
54
'angular-ui-bootstrap',
55
<%_ if(filters.uirouter) { _%>
56
'angular-ui-router',<% } %>
0 commit comments