Created
July 9, 2019 21:34
-
-
Save anfibiacreativa/82b9fec3461e8dc99be96278accd9baa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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