Serve the frontend config from resources, stop bundling the generated file

This commit is contained in:
Felipe Knorr Kuhn 2022-10-08 13:48:29 -07:00
parent 8ef88e9f39
commit 5d21a61840
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -152,15 +152,14 @@
"assets": [ "assets": [
"src/favicon.ico", "src/favicon.ico",
"src/resources", "src/resources",
"src/robots.txt" "src/robots.txt",
"src/config.js",
"src/config.template.js"
], ],
"styles": [ "styles": [
"src/styles.scss", "src/styles.scss",
"node_modules/@fortawesome/fontawesome-svg-core/styles.css" "node_modules/@fortawesome/fontawesome-svg-core/styles.css"
], ],
"scripts": [
"generated-config.js"
],
"vendorChunk": true, "vendorChunk": true,
"extractLicenses": false, "extractLicenses": false,
"buildOptimizer": false, "buildOptimizer": false,