We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a733e58 + d4b5e96 commit d6e8b87Copy full SHA for d6e8b87
webpack.production.js
@@ -10,7 +10,7 @@ const CompressionPlugin = require("compression-webpack-plugin");
10
config.mode = "production";
11
config.plugins.push(
12
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`,
+ banner: `[file] v${version}\nhttps://github.com/Cognigy/Webchat/tree/v${version}\nhttps://github.com/Cognigy/Webchat/tree/v${version}/OSS_LICENSES.txt`,
14
}),
15
);
16
0 commit comments