This commit is contained in:
skidoodle 2022-04-26 08:42:01 +02:00 committed by GitHub
parent 2f23eb0063
commit 9e17421654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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