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,7 +2,7 @@ const path = require('path')
module.exports = { module.exports = {
productionBrowserSourceMaps: true, productionBrowserSourceMaps: true,
swcMinify: false, swcMinify: true,
sassOptions: { sassOptions: {
includePaths: [path.join(__dirname, 'styles')] includePaths: [path.join(__dirname, 'styles')]
} }