mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 14:33:22 +00:00
fix webpack config
This commit is contained in:
@@ -45,10 +45,6 @@ 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