feat: legacy login

This commit is contained in:
NGPixel
2019-07-13 19:15:35 +00:00
parent bd24ff225b
commit 03e80bdff3
12 changed files with 395 additions and 60 deletions

View File

@@ -199,7 +199,7 @@ module.exports = {
}),
new HtmlWebpackPlugin({
template: 'dev/templates/legacy.pug',
filename: '../server/views/legacy.pug',
filename: '../server/views/legacy/master.pug',
hash: false,
inject: false,
excludeChunks: ['setup', 'app']