mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
ja
This commit is contained in:
parent
d3b44e08b0
commit
72707d9d08
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
||||||
module.exports = {
|
export default {
|
||||||
productionBrowserSourceMaps: true,
|
productionBrowserSourceMaps: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
sassOptions: {
|
sassOptions: {
|
||||||
includePaths: [path.join(__dirname, 'styles')]
|
includePaths: [path.join(__dirname, 'styles')]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue