Skip to content

Commit

Permalink
npm update and cleanup of experimental options
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 19, 2024
1 parent c3160b3 commit f8a6da3
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 399 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// 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.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
experimental: { esmExternals: false, webpackBuildWorker: true },
reactStrictMode: true,
output: 'standalone',
webpack: (config, { isServer }) => {
Expand Down
Loading

0 comments on commit f8a6da3

Please sign in to comment.