1
0
Fork 0
mirror of https://github.com/skidoodle/albert.lol.git synced 2025-02-15 06:09:15 +01:00
This commit is contained in:
skidoodle 2022-08-06 20:31:06 +02:00 committed by GitHub
parent 24fd5b8c24
commit d3b44e08b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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