Preview: getMinifier.js
Size: 319 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/metro-transform-worker/src/utils/getMinifier.js
"use strict";
function getMinifier(minifierPath) {
try {
return require(minifierPath);
} catch (e) {
throw new Error(
'A problem occurred while trying to fetch the minifier. Path: "' +
minifierPath +
'", error message: ' +
e.message
);
}
}
module.exports = getMinifier;
Directory Contents
Dirs: 0 × Files: 4