We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad9f42 commit 53c6536Copy full SHA for 53c6536
next.config.js
@@ -18,26 +18,4 @@ module.exports = withPWA({
18
},
19
],
20
21
- compiler: {
22
- // see https://styled-components.com/docs/tooling#babel-plugin for more info on the options.
23
- styledComponents:
24
- true |
25
- {
26
- // Enabled by default in development, disabled in production to reduce file size,
27
- // setting this will override the default for all environments.
28
- displayName: true,
29
- // Enabled by default.
30
- ssr: true,
31
32
- fileName: true,
33
- // Empty by default.
34
- topLevelImportPaths: '',
35
- // Defaults to ["index"].
36
- meaninglessFileNames: '',
37
38
- cssProp: true,
39
40
- namespace: '',
41
- },
42
43
});
0 commit comments