Spaces:
Configuration error
Configuration error
zack
commited on
Commit
·
006c623
1
Parent(s):
a8ae778
fix: correct next config for plugin compatibility :wrench:
Browse files- frontend/next.config.js +1 -2
frontend/next.config.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
const withPlugins = require('next-compose-plugins');
|
2 |
const nextConfig = {
|
3 |
webpack(config) {
|
4 |
config.module.rules.push({
|
@@ -10,4 +9,4 @@ const nextConfig = {
|
|
10 |
},
|
11 |
};
|
12 |
|
13 |
-
module.exports =
|
|
|
|
|
1 |
const nextConfig = {
|
2 |
webpack(config) {
|
3 |
config.module.rules.push({
|
|
|
9 |
},
|
10 |
};
|
11 |
|
12 |
+
module.exports = ([], nextConfig);
|