This commit is contained in:
skidoodle 2022-08-06 20:33:26 +02:00 committed by GitHub
parent d3b44e08b0
commit 72707d9d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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