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

@@ -42,6 +42,11 @@ module.exports = {
date: buildDate,
gapiKey: process.env.CORIOLIS_GAPI_KEY || ''
}),
new HtmlWebpackPlugin({
inject: false,
template: path.join(__dirname, 'src/migrate.html'),
filename: 'migrate.html'
}),
new ExtractTextPlugin({
filename: 'app.css',
disable: false,