This commit is contained in:
skidoodle
2022-04-26 08:42:01 +02:00
committed by GitHub
parent 2f23eb0063
commit 9e17421654

View File

@@ -2,8 +2,8 @@ const path = require('path')
module.exports = {
productionBrowserSourceMaps: true,
swcMinify: false,
swcMinify: true,
sassOptions: {
includePaths: [path.join(__dirname, 'styles')]
}
}
}