This commit is contained in:
skidoodle
2022-08-06 20:31:06 +02:00
committed by GitHub
parent 24fd5b8c24
commit d3b44e08b0

View File

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