mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
add migrate page, need to make it redirect still
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user