Reverted all changes back to version 0010c8a535
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const withNextIntl = require('next-intl/plugin')('./src/i18n.ts');
|
import type { NextConfig } from "next";
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
const nextConfig: NextConfig = {
|
||||||
const nextConfig = {
|
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
if (process.env.NODE_ENV === "development") {
|
if (process.env.NODE_ENV === "development") {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
@@ -15,4 +14,4 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = withNextIntl(nextConfig);
|
export default nextConfig;
|
||||||
Reference in New Issue
Block a user