Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Jan 13, 2025
1 parent 1a5a4d8 commit c941a35
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ const config: NextConfig = {
],
);

config.optimization = {
...config.optimization,
usedExports: false,
};

config.experiments = {
...config.experiments,
backCompat: false,
Expand Down Expand Up @@ -288,4 +283,4 @@ const config: NextConfig = {
},
};

export default withSentryConfig(config, sentryWebpackPluginOptions);
export default config;

0 comments on commit c941a35

Please sign in to comment.