Add support for injecting custom code-snippets in webapps
This commit is contained in:
committed by
Mumbi Francis
parent
f5e6c45d07
commit
2e8b0e96a3
@@ -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(),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user