Skip to content

Commit

Permalink
feat(builtin): add .umd.js.map files to Ng Apf files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wiles committed Jun 12, 2019
1 parent c8e61c5 commit d482553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/npm_install/generate_build_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ function isNgApfPackage(pkg) {
*/
function getNgApfScripts(pkg) {
return isNgApfPackage(pkg) ?
filterFiles(pkg._files, ['.umd.js', '.ngfactory.js', '.ngsummary.js']) :
filterFiles(pkg._files, ['.umd.js', '.umd.js.map', '.ngfactory.js', '.ngsummary.js']) :
[];
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d482553

Please sign in to comment.