Archived
1
0

Propagate log level to client

This commit is contained in:
Asher
2019-01-22 14:41:44 -06:00
committed by Kyle Carberry
parent 777f460957
commit cba8196c19
3 changed files with 10 additions and 11 deletions

View File

@ -86,6 +86,7 @@ module.exports = (options = {}) => ({
}),
new webpack.DefinePlugin({
"process.env.NODE_ENV": `"${environment}"`,
"process.env.LOG_LEVEL": `"${process.env.LOG_LEVEL || ""}"`,
}),
new MiniCssExtractPlugin({
filename: "[name].css",