| /** @type {import('next').NextConfig} */ | /** @type {import('next').NextConfig} */ | ||||
| const nextConfig = { | const nextConfig = { | ||||
| basePath: process.env.NEXT_PUBLIC_BASE_PATH || '', | basePath: process.env.NEXT_PUBLIC_BASE_PATH || '', | ||||
| transpilePackages: ['echarts', 'zrender'], | |||||
| turbopack: { | turbopack: { | ||||
| rules: codeInspectorPlugin({ | rules: codeInspectorPlugin({ | ||||
| bundler: 'turbopack' | bundler: 'turbopack' |