Added issue comment and close issue feature

This commit is contained in:
2018-07-23 16:14:53 +05:30
parent fc281dd6c6
commit 88eac3d247
16 changed files with 343 additions and 119 deletions

View File

@@ -18,6 +18,10 @@ module.exports = {
template: './public/index.html'
// template: './test.html'
})
// new HtmlWebpackPlugin({
// template: './public/login.html'
// // template: './test.html'
// })
],
mode: 'development'
};