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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user