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