We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff3c58 commit e804b52Copy full SHA for e804b52
webpack.config.dev.js
@@ -1,7 +1,7 @@
1
const HtmlWebpackPlugin = require('html-webpack-plugin');
2
const webpack = require('webpack');
3
const path = require('path');
4
-const {execSync} = require('child_process');
+const { execSync } = require('child_process');
5
6
const __gitSHA__ = execSync('git rev-parse --short HEAD').toString();
7
webpack.config.prod.js
@@ -5,6 +5,7 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
8
9
10
11
0 commit comments