Skip to content

Commit 0fcedb0

Browse files
Update next.config.js
1 parent 028e494 commit 0fcedb0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

next.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ module.exports = {
77
locales: ['en', 'ru'],
88
defaultLocale: "en",
99
},
10-
webpack: (config) => {
11-
config.module.rules.push({
12-
test: /\.css$/i,
13-
issuer: /\.[jt]sx?$/,
14-
use: ['style-loader', 'css-loader'],
15-
});
16-
return config;
17-
},
1810
}

0 commit comments

Comments
 (0)