Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration 'modules' added to BusyConfig #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nelisbijl
Copy link

it corresponds to DynamicComponent's componentModules attribute
it is needed when a specified custom template contains Component(s) from other modules

PS: not sure whether the build script is supposed to generate the complete build folder. Didn't work for me.
Added typescript compile scripts and separate tsconfig.json for src and demo. They are separated because demo uses the *.d.ts files in build\src as input. tsc won't overwrite those d.ts files when src and demo are build together.

it corresponds to DynamicComponent's componentModules attribute
it is needed when a specified custom template contains Component(s) from other modules

PS: not sure whether the build script is supposed to generate the complete build folder. Didn't work for me.
  Added typescript compile scripts and separate tsconfig.json for src and demo. They are separated because demo uses the *.d.ts files in build\src as input. tsc won't overwrite those d.ts files when src and demo are build together.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants