Skip to content

Commit

Permalink
Merge pull request #21 from Cezerin2/fix-#11
Browse files Browse the repository at this point in the history
fix #11
  • Loading branch information
vamcart authored Apr 11, 2019
2 parents 1651752 + a2fe3e6 commit fd71cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ module.exports = {
inject: 'body',
filename: 'index.html'
}),
new HtmlWebpackPlugin({
template: 'src/index.html',
language: applicationConfig.language,
inject: 'body',
filename: '404.html'
}),
new webpack.BannerPlugin({
banner: `Created: ${new Date().toUTCString()}`,
raw: false,
Expand Down

0 comments on commit fd71cc5

Please sign in to comment.