Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Fix webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Feb 26, 2019
1 parent e28629e commit e8cf1a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ module.exports = {
}, {})
}),
new HtmlWebpackPlugin({
templateParameters: process.enve,
templateParameters: {
DESCRIPTION: process.enve.DESCRIPTION,
FAVICON: process.enve.FAVICON,
NAME: process.enve.NAME
},
minify: process.enve.PROD,
template: 'template.html'
}),
Expand Down

0 comments on commit e8cf1a2

Please sign in to comment.