Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

NodeJS script that generated an `ngcc.config.js` file from a list of packages.

License

Notifications You must be signed in to change notification settings

VladimirAmiorkov/ns-ngcc-config-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ns-ngcc-config-gen

NodeJS script that generated an ngcc.config.js file from a list of packages.

This script assumes that the packages for which it is generating an ngcc.config.js contain an ./angular directory which holds and index.js and index.d.ts and wil generate config like this:

"<plugin-name>": {
    "entryPoints": {
        ".": {
            "ignoreMissingDependencies": true,
        },
        "angular": {
            "override": {
                "main": "./index.js",
                "typings": "./index.d.ts",
            },
            "ignoreMissingDependencies": true,
        },
    },
}

About

NodeJS script that generated an `ngcc.config.js` file from a list of packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published