diff --git a/babel.config.js b/babel.config.js index 3e5f9bc5..9b192822 100644 --- a/babel.config.js +++ b/babel.config.js @@ -24,7 +24,7 @@ module.exports = () => ({ [ require('babel-plugin-styled-components'), { - displayName: NODE_ENV === 'development', + displayName: true, ssr: __TEST__, }, ],