chore: config changes
This commit is contained in:
parent
78ab28e73c
commit
1f3ec703eb
@ -15,5 +15,5 @@ build({
|
||||
format: "iife",
|
||||
sourcemap: false,
|
||||
loader: {".ts": "ts"},
|
||||
minify: true
|
||||
minify: false
|
||||
}).catch(() => process.exit(1));
|
@ -2,7 +2,7 @@
|
||||
module.exports = {
|
||||
darkMode: "selector",
|
||||
content: [
|
||||
"./src/client/**/*.{html,js,ejs}",
|
||||
"./src/client/**/*.{html,js,ejs,ts}",
|
||||
"./node_modules/preline/dist/*.js"
|
||||
],
|
||||
theme: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user