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 6b6de3e commit 78b9712Copy full SHA for 78b9712
next.config.js
@@ -7,7 +7,7 @@ module.exports = {
7
locales: ['en', 'ru'],
8
defaultLocale: "en",
9
},
10
- swcMinify: false,
+ swcMinify: true,
11
webpack: (config) => {
12
config.module.rules.push({
13
test: /\.css$/i,
0 commit comments