1
Zugriff auf Hash-Wert in webpack.config.jsWie greife ich auf Hash-Wert in webpack.config.js
//Sample webpack.config.js File
var webpack = require('webpack');
console.log("[hash]");//How to access hash value??