Skip to content

Commit 27be945

Browse files
committed
* 'master' of https://github.com/mgechev/angular-seed: - Fix resolution of external dependencies during production build on Linux
2 parents 6836784 + c6cd77a commit 27be945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/seed.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export class SeedConfig {
101101
* The base path of node modules.
102102
* @type {string}
103103
*/
104-
NPM_BASE = slash(join(this.APP_BASE, 'node_modules/'));
104+
NPM_BASE = slash(join('.', this.APP_BASE, 'node_modules/'));
105105

106106
/**
107107
* The build interval which will force the TypeScript compiler to perform a typed compile run.

0 commit comments

Comments
 (0)