summaryrefslogtreecommitdiffstats
path: root/frontend/package.json
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-03-14 12:19:54 -0400
committerWes Bos <wesbos@gmail.com>2018-03-14 12:19:54 -0400
commit331da87bd53bc1fb79063d142764c75df9f32170 (patch)
treed80aac98154a811fdf57b10e90ac0350fe14568e /frontend/package.json
parent46a0ba30ef54a7e36206481a4f5b2bf1f9702fca (diff)
tests
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