Skip to content

Commit

Permalink
Remove unnecessary esmExternals config
Browse files Browse the repository at this point in the history
  • Loading branch information
timomeh committed Apr 1, 2024
1 parent 034963c commit fc8e747
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import withPlaiceholder from '@plaiceholder/next'
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
experimental: {
esmExternals: 'loose',
},
images: {
remotePatterns: [
{
Expand Down

0 comments on commit fc8e747

Please sign in to comment.