Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #32 from nuragic/patch-1
Browse files Browse the repository at this point in the history
Fix webpack client config spacing
  • Loading branch information
David Zukowski committed Aug 25, 2015
2 parents 1456b02 + 3efae0e commit 41da02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack/client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ config.module.loaders.push(
);

module.exports = function makeClientConfig (type) {
return require('./_' + (type || projectConfig.NODE_ENV))(config);
return require('./_' + (type || projectConfig.NODE_ENV).trim())(config);
};

0 comments on commit 41da02e

Please sign in to comment.