We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b082a commit 572351dCopy full SHA for 572351d
packages/@angular/cli/models/webpack-configs/typescript.ts
@@ -59,7 +59,7 @@ function _createAotPlugin(wco: WebpackConfigOptions, options: any) {
59
const envFile = appConfig.environments[buildOptions.environment];
60
61
hostReplacementPaths = {
62
- [path.join(appRoot, sourcePath)]: path.join(appRoot, envFile)
+ [path.resolve(appRoot, sourcePath)]: path.resolve(appRoot, envFile)
63
};
64
}
65
0 commit comments