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