Update code/lib/core-common/src/utils/get-renderer-name.ts

This commit is contained in:
Tom Coleman 2022-10-26 15:00:34 +11:00 committed by GitHub
parent ad444a3832
commit 1c91324a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ export async function getRendererName(options: Options) {
const { renderer } = await options.presets.apply('core', {}, options);
if (!renderer) {
console.log('getting framework name');
// At the moment some frameworks (Angular/Ember) do not define a renderer, but themselves
// serve the purpose (in particular exporting the symbols needed by entrypoints)
return getFrameworkName(options);