Skip to content

Commit

Permalink
swcMinify 有効にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 22, 2023
1 parent 5c08766 commit 0f838b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const nextConfig = {
// distDir: 'dist',
distDir: process.env.NODE_ENV === 'production' ? 'dist' : 'dev',
compress: true,
swcMinify: false,
swcMinify: true,
generateBuildId: async () => 'sora_devtools',
webpack: (config) => {
config.resolve.fallback = {
Expand Down

0 comments on commit 0f838b9

Please sign in to comment.