Skip to content

Commit 48ff458

Browse files
committed
Correct comment about bundle banners.
1 parent 1599e34 commit 48ff458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ const config_factory = (env, argv, config, babel_include = [], package_json) =>
8989
};
9090

9191
if (package_json && package_json.version && package_json.name) {
92-
// Add a banner to generated chunks with the bundle name and version.
92+
// Add a banner to the generated bundle with the bundle name and version.
9393
base_config.plugins.push(
9494
new webpack.BannerPlugin({
9595
banner: `${package_json.name} ${package_json.version}`,
9696
entryOnly: true,
97-
})
97+
}),
9898
);
9999
}
100100

0 commit comments

Comments
 (0)