This commit is contained in:
skidoodle
2022-08-06 20:35:45 +02:00
committed by GitHub
parent 72707d9d08
commit 719abc11e5
+9
View File
@@ -0,0 +1,9 @@
const path = require('path')
module.export = {
productionBrowserSourceMaps: true,
swcMinify: true,
sassOptions: {
includePaths: [path.join(__dirname, 'styles')]
}
}