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