mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 11:17:41 +02:00
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
const path = require('path')
|
|
|
|
module.export = {
|
|
productionBrowserSourceMaps: true,
|
|
swcMinify: true,
|
|
sassOptions: {
|
|
includePaths: [path.join(__dirname, 'styles')]
|
|
}
|
|
} |