Skip to content

Commit

Permalink
Updated console log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 28, 2023
1 parent c4050d8 commit 23a4962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const package = require('./package.json');

// get version numbers
const [major, minor, patch] = package.version.split('.');
console.log(`Build Demo Plugin: ${major}.${minor}.${patch}`);
console.log(`Build GeoChart Plugin: ${major}.${minor}.${patch}`);

const config = {
entry: {
Expand Down

0 comments on commit 23a4962

Please sign in to comment.