We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e6eb32 + fb20174 commit 35dbf37Copy full SHA for 35dbf37
1 file changed
webpack.config.js
@@ -109,6 +109,11 @@ module.exports = (env) => {
109
110
if (mode === 'development') {
111
processed.host_permissions.push('http://localhost:8080/*');
112
+
113
+ const versionResource = processed.web_accessible_resources.find((e) =>
114
+ e.resources[0].includes('version.txt')
115
+ );
116
+ versionResource.matches.push('http://localhost:4200/*');
117
}
118
119
if (env.browser === 'firefox') {
0 commit comments