We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa861c7 commit 921eb07Copy full SHA for 921eb07
src/helpers/config.ts
@@ -76,7 +76,6 @@ export const configureHandlerFunctions = ({ netlifyConfig, publish, ignore = []
76
`!${nextRoot}/dist/next-server/server/lib/squoosh/**/*.wasm`,
77
`!${nextRoot}/dist/compiled/webpack/bundle4.js`,
78
`!${nextRoot}/dist/compiled/webpack/bundle5.js`,
79
- `!${nextRoot}/dist/compiled/terser/bundle.min.js`,
80
)
81
}
82
0 commit comments