Skip to content

Commit

Permalink
Fixed bug with attaching loaders to project zip
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Mar 23, 2016
1 parent ded8976 commit d7f6193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/loadersToDependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ module.exports = function (loaders) {
depLoaders['vue-loader'] = '8.2.1';
}

return depLoaders;

}, {});
};

0 comments on commit d7f6193

Please sign in to comment.