3
0

Add support for injecting custom code-snippets in webapps

This commit is contained in:
Mumbi Francis
2024-08-08 16:42:18 +03:00
committed by Mumbi Francis
parent f5e6c45d07
commit 2e8b0e96a3
25 changed files with 489 additions and 3 deletions

View File

@@ -123,7 +123,11 @@ module.exports = ({ appFlavour, appLabel, version = process.env.BUILD_VERSION, t
hot: false,
proxy: {
'^/custom.css': {
'^/custom.css': {
target: fetchBaseUrl(),
},
'^/code-snippets.js': {
target: fetchBaseUrl(),
},
},