Skip to content

Commit

Permalink
Merge pull request #216 from nekochans/feature/issue215/swc-minify-en…
Browse files Browse the repository at this point in the history
…able

Biuld時間短縮の為、swcMinifyを有効化
  • Loading branch information
keitakn authored Oct 21, 2022
2 parents 877482d + dd09c57 commit e76b682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const moduleExports = {
defaultLocale: 'ja',
localeDetection: false,
},
swcMinify: true,
};

const sentryWebpackPluginOptions = {
Expand Down

1 comment on commit e76b682

@vercel
Copy link

@vercel vercel bot commented on e76b682 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.