Skip to content

Commit d6e8b87

Browse files
authored
Merge pull request #13 from Cognigy/bug/75302-fix-url-comment-banner
Fix webpack banner url
2 parents a733e58 + d4b5e96 commit d6e8b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: webpack.production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const CompressionPlugin = require("compression-webpack-plugin");
1010
config.mode = "production";
1111
config.plugins.push(
1212
new webpack.BannerPlugin({
13-
banner: `[file] v${version}\nhttps://github.com/Cognigy/WebchatWidget/tree/v${version}\nhttps://github.com/Cognigy/WebchatWidget/tree/v${version}/OSS_LICENSES.txt`,
13+
banner: `[file] v${version}\nhttps://github.com/Cognigy/Webchat/tree/v${version}\nhttps://github.com/Cognigy/Webchat/tree/v${version}/OSS_LICENSES.txt`,
1414
}),
1515
);
1616

0 commit comments

Comments
 (0)