Commit 1e91cac1 authored by Robert Knight's avatar Robert Knight

Remove unused function

parent fc3c9fab
...@@ -40,13 +40,6 @@ function parseCommandLine() { ...@@ -40,13 +40,6 @@ function parseCommandLine() {
const taskArgs = parseCommandLine(); const taskArgs = parseCommandLine();
function getEnv(key) {
if (!process.env.hasOwnProperty(key)) {
throw new Error(`Environment variable ${key} is not set`);
}
return process.env[key];
}
/** A list of all modules included in vendor bundles. */ /** A list of all modules included in vendor bundles. */
const vendorModules = Object.keys(vendorBundles.bundles).reduce(function( const vendorModules = Object.keys(vendorBundles.bundles).reduce(function(
deps, deps,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment