News

import json from '../config.json'; // THIS IS JUST AN EXAMPLE. YOU PROBABLY WANT TO USE 'deepmerge' OR SOMETHING SIMILAR. module.exports = Object.assign({ // Your configuration }, json); By default ...