Skip to content

Commit

Permalink
fix path, add build-manifest to ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Apr 24, 2024
1 parent f7c4d33 commit 46c634a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/app/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ const nextConfig = {
chunks: true,
modules: true,
},
excludeAssets: [/webpack-stats.json/],

excludeAssets: [/.*\/webpack-stats\.json/, /build-manifest\.json/],
transform: (webpackStats) => {
if (filterWebpackStats instanceof Function) {
const filteredSource = filterWebpackStats(webpackStats)
Expand Down

0 comments on commit 46c634a

Please sign in to comment.