mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 11:17:41 +02:00
js to ts
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
const path = require('path')
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
productionBrowserSourceMaps: true,
|
||||||
|
swcMinify: true,
|
||||||
|
sassOptions: {
|
||||||
|
includePaths: [path.join(__dirname, 'styles')]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user