add migrate page, need to make it redirect still

This commit is contained in:
willyb321
2019-09-27 07:45:03 +10:00
parent e4a826592f
commit 67409a613b
3 changed files with 107 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ module.exports = {
date: buildDate,
version: pkgJson.version
}),
new HtmlWebpackPlugin({
inject: true,
template: path.join(__dirname, 'src/migrate.html')
}),
new ExtractTextPlugin({
filename: '[hash:6].css',
disable: false,