Skip to content

Commit

Permalink
ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Sep 10, 2024
1 parent 7dde69b commit 426384b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ LICENSE
**/public
.dockerignore
Dockerfile
Dockerfile.*
Dockerfile.*
.vercelignore
5 changes: 5 additions & 0 deletions packages/site/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ const webpack = require('webpack');
module.exports = {
reactStrictMode: true,
swcMinify: true,
experimental: {
outputFileTracingExcludes: {
'*': ['**/.next']
}
},
transpilePackages: [
'@jpmorganchase/mosaic-components',
'@jpmorganchase/mosaic-content-editor-plugin',
Expand Down

0 comments on commit 426384b

Please sign in to comment.