@ringcentral-integration/next-builder
v0.0.1
Published
Build tools and webpack configuration for RingCentral Integration next-generation architecture.
Readme
@ringcentral-integration/next-builder
The @ringcentral-integration/next-builder is a library that provides a set of tools to help build RingCentral brand pages.
That will use project.config.json to generate the webpack configuration.
for for details, please refer to project.config.schema.json
CLI options
--pagesspecify the pages that defined inpagesitem'smainfile name without extension--exclude-pagesexcludes pages that defined inpagesitem'smainfile name without extension--build-envspecify the build env that defined inenvironment--brandspecify the build brand, after define--build-env, by default, it will use the brand that defined inenvironment'sbranditems, if you want to override it, you can use this option
Example
yarn build --pages=proxy --pages=redirect --build-env=prod --brand=rcMFE CLI
- Get all MFE info:
yarn mfe- Get MFE info with dependencies:
yarn mfe --deps