UNPKG

xeira

Version:

One Web Dev stack tool to rule them all

8 lines (7 loc) 157 B
async function getUglifyConfig (_context) { const config = await import('../../configs/uglify.mjs') return config.default } export { getUglifyConfig }