new screens added for Plan, Db connections, and code refactor
This commit is contained in:
+7
-19
@@ -28,18 +28,7 @@
|
||||
"options": {
|
||||
"allowedCommonJsDependencies": [
|
||||
"sweetalert2",
|
||||
"inputmask",
|
||||
"filepond",
|
||||
"moment",
|
||||
"leaflet",
|
||||
"apexcharts",
|
||||
"glightbox",
|
||||
"intl-tel-input",
|
||||
"filepond-plugin-image-preview",
|
||||
"dropzone",
|
||||
"quill-delta",
|
||||
"sweetalert",
|
||||
"dayjs"
|
||||
"apexcharts"
|
||||
],
|
||||
"browser": "src/main.ts",
|
||||
"tsConfig": "tsconfig.app.json",
|
||||
@@ -52,8 +41,7 @@
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "public"
|
||||
},
|
||||
"src/.htaccess"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"node_modules/flatpickr/dist/flatpickr.css",
|
||||
@@ -76,13 +64,13 @@
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "5MB",
|
||||
"maximumError": "5MB"
|
||||
"maximumWarning": "2mb",
|
||||
"maximumError": "4mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "4kB",
|
||||
"maximumError": "8kB"
|
||||
"maximumWarning": "8kb",
|
||||
"maximumError": "12kb"
|
||||
}
|
||||
],
|
||||
"outputHashing": "all"
|
||||
@@ -122,4 +110,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user