Skip to content

Commit

Permalink
Update code/lib/core-common/src/utils/get-renderer-name.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored Oct 26, 2022
1 parent ad444a3 commit 1c91324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/core-common/src/utils/get-renderer-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1c91324

Please sign in to comment.