Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
fix: fix moduleId for AoT compilation (#18)
Browse files Browse the repository at this point in the history
fix: fix moduleId for AoT compilation

Closes #17
  • Loading branch information
Burak Tasci authored Sep 7, 2017
1 parent 852e905 commit 5ba5fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "translate-loader.js",
"flatModuleId": "translate-loader",
"flatModuleId": "@ngx-universal/translate-loader",
"genDir": "../../../../.temp/gen-dir/"
}
}
2 changes: 1 addition & 1 deletion packages/@ngx-universal/translate-loader/tsconfig.es5.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"flatModuleOutFile": "translate-loader.js",
"flatModuleId": "translate-loader",
"flatModuleId": "@ngx-universal/translate-loader",
"genDir": "../../../../.temp/gen-dir/"
}
}

0 comments on commit 5ba5fc3

Please sign in to comment.