attempt to see if optimizePackageImports does anything
All checks were successful
deploy / deploy (push) Successful in 1m6s
All checks were successful
deploy / deploy (push) Successful in 1m6s
This commit is contained in:
parent
a5abcb1e23
commit
3b2e726fa1
@ -11,8 +11,19 @@ const nextConfig = {
|
||||
experimental: {
|
||||
webpackBuildWorker: true,
|
||||
optimizeCss: true,
|
||||
optimizePackageImports: [
|
||||
"react",
|
||||
"react-dom",
|
||||
"next-themes",
|
||||
"react-tostify",
|
||||
"websocket",
|
||||
"cslx",
|
||||
"chart.js",
|
||||
"react-chartjs-2",
|
||||
"country-list",
|
||||
"@sentry/nextjs",
|
||||
],
|
||||
},
|
||||
output: "standalone",
|
||||
compress: false,
|
||||
poweredByHeader: false,
|
||||
env: {
|
||||
|
Loading…
Reference in New Issue
Block a user