npm update and cleanup of experimental options

This commit is contained in:
Deepak Prabhakara 2024-12-19 13:36:00 +00:00
parent c3160b3210
commit f8a6da3406
3 changed files with 486 additions and 414 deletions

2
next-env.d.ts vendored
View File

@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. // see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

View File

@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
module.exports = { module.exports = {
experimental: { esmExternals: false, webpackBuildWorker: true },
reactStrictMode: true, reactStrictMode: true,
output: 'standalone', output: 'standalone',
webpack: (config, { isServer }) => { webpack: (config, { isServer }) => {

897
package-lock.json generated

File diff suppressed because it is too large Load Diff