Updated @ alias reference to be specific to sbc (@sbc) to avoid conflicts with imported integrations of sbc-common-components.
Also Includes assets(styling) alias references to prevent inheritance from local project assets
Notes:
With the updated alias, local projects may need to provide said alias to Vite configurations in order to resolve.
ie: In local vite.config
add to resolve.alias'@sbc': path.resolve(__dirname, './node_modules/sbc-common-components/src')
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).
Issue #: #16981
Description of changes:
@
alias reference to be specific to sbc (@sbc
) to avoid conflicts with imported integrations of sbc-common-components.Notes:
vite.config
add toresolve.alias
'@sbc': path.resolve(__dirname, './node_modules/sbc-common-components/src')
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).