We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test
1 parent 9020c47 commit 196d977Copy full SHA for 196d977
templates/webpack.angular.js
@@ -88,7 +88,7 @@ module.exports = env => {
88
const ngCompilerPlugin = new AngularCompilerPlugin({
89
hostReplacementPaths: nsWebpack.getResolver([platform, "tns"]),
90
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule))),
91
- mainPath: resolve(appPath, entryModule),
+ mainPath: join(appFullPath, entryModule),
92
tsConfigPath: join(__dirname, tsConfigName),
93
skipCodeGeneration: !aot,
94
sourceMap: !!sourceMap,
0 commit comments