This commit is contained in:
Mel M. van Veen
2024-11-30 19:33:49 +01:00
parent ea5ba51dc7
commit 2f416eb53e
15 changed files with 117 additions and 15432 deletions

View File

@@ -27,22 +27,26 @@
}
],
"styles": [
"node_modules/bootstrap/scss/bootstrap.scss",
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
"src/styles.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "500MB",
"maximumError": "100MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8kB"
"maximumWarning": "4mB",
"maximumError": "8mB"
}
],
"outputHashing": "all"
@@ -85,9 +89,13 @@
}
],
"styles": [
"node_modules/bootstrap/scss/bootstrap.scss",
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
"src/styles.css"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
}
}
}