Skip to content

Commit 4afd7e6

Browse files
nirmaozNir Maoz
authored and
Nir Maoz
committed
Fix title added to npm packages
1 parent d10c29e commit 4afd7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function baseConfig(name, mode) {
9999
plugins: [
100100
new webpack.BannerPlugin({
101101
banner: `/**
102-
* cloudinary-[name].js
102+
* cloudinary-${name}.js
103103
* Cloudinary's JavaScript library - Version ${version}
104104
* Copyright Cloudinary
105105
* see https://github.com/cloudinary/cloudinary_js

0 commit comments

Comments
 (0)