Skip to content

Commit

Permalink
fix(build): don't optimize inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Feb 12, 2024
1 parent 5309457 commit e98a65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true,
"optimization": {"styles": {"inlineCritical": false}},
"outputHashing": "all",
"sourceMap": true,
"namedChunks": true,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"@types/wicg-file-system-access": "2023.10.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"browser-sync": "3.0.2",
"deepmerge": "4.3.1",
"dotenv": "16.4.2",
"eslint": "8.56.0",
Expand Down

0 comments on commit e98a65f

Please sign in to comment.