diff --git a/next.config.js b/next.config.js index 54e6a7d..d48c863 100644 --- a/next.config.js +++ b/next.config.js @@ -2,8 +2,8 @@ const path = require('path') module.exports = { productionBrowserSourceMaps: true, - swcMinify: false, + swcMinify: true, sassOptions: { includePaths: [path.join(__dirname, 'styles')] } -} \ No newline at end of file +}