Prevent corrupted styled-jsx styles in production.

See: https://github.com/zeit/styled-jsx/issues/602
This commit is contained in:
Jayden Seric 2019-12-02 14:26:51 +11:00
parent 6b68f79e42
commit 8952faff28

View File

@ -1,4 +1,13 @@
{
"presets": ["next/babel"],
"presets": [
[
"next/babel",
{
"styled-jsx": {
"optimizeForSpeed": false
}
}
]
],
"plugins": ["transform-inline-environment-variables", "graphql-tag"]
}