From 721c4a49c47460f1618a0f679fe9125a5f519cdc Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Thu, 7 Jan 2016 07:44:48 -0800 Subject: fix various build issues --- tools/utils/template-injectables.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/utils') diff --git a/tools/utils/template-injectables.ts b/tools/utils/template-injectables.ts index 83ac315..6d60791 100644 --- a/tools/utils/template-injectables.ts +++ b/tools/utils/template-injectables.ts @@ -19,7 +19,6 @@ export function registerInjectableAssetsRef(paths: string[], target: string = '' export function transformPath(plugins, env) { return function (filepath) { filepath = ENV === 'prod' ? filepath.replace(`/${APP_DEST}`, '') : filepath; - arguments[0] = join(APP_BASE, filepath); return slash(plugins.inject.transform.apply(plugins.inject.transform, arguments)); }; } -- cgit v1.2.3