Closed lindsaylevine closed 3 years ago
according to tara:
we can always add later if needed
This is really great! Nice work!
I notice that in the readme we say to create a netlify.toml
that has different information from demo/netlify.toml
. Should they be the same?
This is really great! Nice work!
I notice that in the readme we say to create a
netlify.toml
that has different information fromdemo/netlify.toml
. Should they be the same?
@tzmanics what different information are you referring to? the build command is the same, just in an npm script. the extra configs ([[redirects]]
and [functions]
) will be removed when the CLI pieces get fixed by workflow. is there somethin else?
This PR adds the minimum level support for an Angular Universal site like the site under /demo (aka the site from Jason's original proof of concept). Right now, it's missing some of the crucial monorepo logic that Matt built into the Next plugin. I think this can be excluded from a beta.
Callouts:
getAngularRoot
logic akin togetNextRoot
in the next plugin?To-Do in a separate PR: