Skip to content

Commit

Permalink
fix(platform): add front-matter for default optimization (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Dec 17, 2024
1 parent e212860 commit faab0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/platform/src/lib/deps-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export function depsPlugin(options?: Options): Plugin[] {
...(Number(VERSION.major) > 15
? ['@angular/core/rxjs-interop']
: []),
'front-matter',
],
exclude: [
'@angular/platform-server',
Expand Down

0 comments on commit faab0d5

Please sign in to comment.