Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit df1583e

Browse files
authored
remove injector changes
1 parent a278d3b commit df1583e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dev-server/injector.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function getDevLoggerScript(rootDir: string, notifyOnConsoleLog: boolean, notifi
3838
return `
3939
${LOGGER_HEADER}
4040
<script>var IonicDevServerConfig=${ionDevServer};</script>
41-
<link href="/${LOGGER_DIR}/ion-dev.css?v=${appScriptsVersion}" rel="stylesheet">
42-
<script src="/${LOGGER_DIR}/ion-dev.js?v=${appScriptsVersion}"></script>
41+
<link href="${LOGGER_DIR}/ion-dev.css?v=${appScriptsVersion}" rel="stylesheet">
42+
<script src="${LOGGER_DIR}/ion-dev.js?v=${appScriptsVersion}"></script>
4343
`;
4444
}

0 commit comments

Comments
 (0)