Skip to content

Commit

Permalink
BW-805 #comment removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendraashutec committed Jun 22, 2020
1 parent 96df234 commit e89c642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ module.exports = env => {
}
}
const envFullPath = (env.prod) ? "prod" : "dev";
// env.project = env.project || 'trivia';
const ngCompilerPlugin = new AngularCompilerPlugin({
// hostReplacementPaths: nsWebpack.getResolver([platform, "tns"]),
hostReplacementPaths: resExt.getResolverExtended([platform, "tns", envFullPath], env.project),
Expand Down

0 comments on commit e89c642

Please sign in to comment.