Skip to content

Commit

Permalink
Consist code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jul 15, 2018
1 parent c60e337 commit 31725b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/prod.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* @flow */

const merge = require('lodash/fp/merge');
const fp = require('lodash/fp');

const defaultConfig = require('./default');

module.exports = merge(defaultConfig, {
module.exports = fp.merge(defaultConfig, {
// Over write default settings here...
});

0 comments on commit 31725b6

Please sign in to comment.