Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Created July 9, 2019 21:34
Show Gist options
  • Save anfibiacreativa/82b9fec3461e8dc99be96278accd9baa to your computer and use it in GitHub Desktop.
Save anfibiacreativa/82b9fec3461e8dc99be96278accd9baa to your computer and use it in GitHub Desktop.
const {
GLOBAL_VENDOR_JS = '',
GLOBAL_COMPONENTS = '',
TENANT_COMPONENTS = '',
} = require('./project.paths.config');
// export alias for JS
module.exports = {
'global.vendors': GLOBAL_VENDOR_JS,
'global.components': GLOBAL_COMPONENTS,
'tenant.components': TENANT_COMPONENTS,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment