From 7f76527b8d7afda05a8a05201859af835c73f627 Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Tue, 10 Jul 2018 14:09:44 -0700 Subject: [PATCH] fix: absolute path for output path --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index d1151ed..e14b0be 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ var defaultAgentSPA = 'js-agent.newrelic.com/nr-spa-1071.min.js'; module.exports = { name: 'ember-new-relic', - outputPath: '/new-relic.js', + outputPath: 'new-relic.js', newRelicConfig: null, @@ -105,7 +105,7 @@ module.exports = { }, asScriptTag: function(path) { - return ''; + return ''; }, spaTrackingCode: function(newRelicConfig) {