Skip to content

Instantly share code, notes, and snippets.

@mcavaliere
Last active September 28, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcavaliere/5e8c64fe70d4bb3d876886545f0858d2 to your computer and use it in GitHub Desktop.
Save mcavaliere/5e8c64fe70d4bb3d876886545f0858d2 to your computer and use it in GitHub Desktop.
// Old
import Utils from 'utils.js';
// Load the config.
let config = Utils.initConfig();
// New
import Config from 'config.js';
Config.initConfig();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment