Skip to content

Commit 53c6536

Browse files
committed
remove styled-components parts in next.config.js
1 parent dad9f42 commit 53c6536

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

next.config.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,4 @@ module.exports = withPWA({
1818
},
1919
],
2020
},
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-
// Enabled by default.
32-
fileName: true,
33-
// Empty by default.
34-
topLevelImportPaths: '',
35-
// Defaults to ["index"].
36-
meaninglessFileNames: '',
37-
// Enabled by default.
38-
cssProp: true,
39-
// Empty by default.
40-
namespace: '',
41-
},
42-
},
4321
});

0 commit comments

Comments
 (0)