Individual constants? 0_o
const {APP_NAME} = require('./constants');
new webpack.DefinePlugin({
APP_NAME: JSON.stringify(APP_NAME),
}),
new HtmlWebpackPlugin({
title: APP_NAME + " official"
})