Skip to content

Commit 63d3c11

Browse files
author
Martin Krulis
committed
Webpack hotfix.
1 parent 5352c65 commit 63d3c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const getVersion = () => {
77
if (process.env.VERSION) {
88
return JSON.stringify(process.env.VERSION);
99
} else {
10-
const GitRevisionPlugin = require('git-revision-webpack-plugin');
10+
const { GitRevisionPlugin } = require('git-revision-webpack-plugin');
1111
const gitRevisionPlugin = new GitRevisionPlugin({
1212
versionCommand: 'describe --always --tags',
1313
});

0 commit comments

Comments
 (0)