summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 9de6f9a..f032a04 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -65,11 +65,29 @@
"development": {
"presets": [
"next/babel"
+ ],
+ "plugins": [
+ [
+ "styled-components",
+ {
+ "ssr": true,
+ "displayName": true
+ }
+ ]
]
},
"production": {
"presets": [
"next/babel"
+ ],
+ "plugins": [
+ [
+ "styled-components",
+ {
+ "ssr": true,
+ "displayName": false
+ }
+ ]
]
},
"test": {
@@ -86,4 +104,4 @@
}
}
}
-}
+} \ No newline at end of file