Skip to content

Instantly share code, notes, and snippets.

@just-jeb
Last active March 22, 2023 12:08
Show Gist options
  • Save just-jeb/90794260b71b00aa0cafac3ed91bc6bc to your computer and use it in GitHub Desktop.
Save just-jeb/90794260b71b00aa0cafac3ed91bc6bc to your computer and use it in GitHub Desktop.
"architect": {
"build": {
"options": {
...
"optimization": {
"styles": {
"inlineCritical": false
}
}
}
}
...
}
...
}
@HDv2b
Copy link

HDv2b commented Mar 15, 2023

You missed the "options" layer in between "build" and "optimization"

@just-jeb
Copy link
Author

True, thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment