Skip to content

Commit

Permalink
update to 0.10.80 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Shanmukha Narumanchi <nss10@outlook.com>
  • Loading branch information
craigrbarnes and nss10 authored Feb 18, 2025
1 parent 53b763d commit cf1a923
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 107 deletions.
7 changes: 0 additions & 7 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ const withMDX = require('@next/mdx')({
// Next configuration with support for rewrting API to existing common services
const nextConfig = {
reactStrictMode: true,
experimental: {
instrumentationHook: true,
},
pageExtensions: ['mdx', 'md', 'jsx', 'js', 'tsx', 'ts'],
basePath: process.env.BASE_PATH || '',
transpilePackages: ['@gen3/core', '@gen3/frontend'],
Expand All @@ -32,10 +29,6 @@ const nextConfig = {
};
return config;
},
experimental: {
esmExternals: true,
instrumentationHook: true,
},
async headers() {
return [
{
Expand Down
Loading

0 comments on commit cf1a923

Please sign in to comment.