Skip to content

Commit f05d965

Browse files
Update next.config.js
1 parent d721d60 commit f05d965

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

next.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ module.exports = {
77
locales: ['en', 'ru'],
88
defaultLocale: "en",
99
},
10+
swcMinify: false,
11+
terserOptions: {
12+
compress: false,
13+
mangle: false,
14+
},
15+
optimizeCss: false,
1016
webpack: (config) => {
1117
config.module.rules.push({
1218
test: /\.css$/i,

0 commit comments

Comments
 (0)