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: {
|
experimental: {
|
||||||
webpackBuildWorker: true,
|
webpackBuildWorker: true,
|
||||||
optimizeCss: 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,
|
compress: false,
|
||||||
poweredByHeader: false,
|
poweredByHeader: false,
|
||||||
env: {
|
env: {
|
||||||
|
Loading…
Reference in New Issue
Block a user