This commit is contained in:
Anang Yusman 2025-12-23 16:31:11 +08:00
parent d2f5d00331
commit 8833f18941
3 changed files with 7 additions and 1044 deletions

View File

@ -1,13 +1,11 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["mikulnews.com", "dev.mikulnews.com"],
},
eslint: {
ignoreDuringBuilds: true,
},
// Add experimental features for better chunk handling
experimental: {
optimizePackageImports: ["@ckeditor/ckeditor5-react", "react-apexcharts"],
},

1041
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,8 +35,8 @@
"framer-motion": "^12.23.12",
"js-cookie": "^3.0.5",
"lucide-react": "^0.540.0",
"next": "15.5.0",
"react": "19.1.0",
"next": "^15.5.0",
"react": "^19.1.0",
"react-apexcharts": "^1.7.0",
"react-datepicker": "^8.7.0",
"react-day-picker": "^9.9.0",