mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
fix webpack config
This commit is contained in:
@@ -42,11 +42,6 @@ module.exports = {
|
|||||||
date: buildDate,
|
date: buildDate,
|
||||||
gapiKey: process.env.CORIOLIS_GAPI_KEY || ''
|
gapiKey: process.env.CORIOLIS_GAPI_KEY || ''
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
|
||||||
inject: false,
|
|
||||||
template: path.join(__dirname, 'src/migrate.html'),
|
|
||||||
filename: 'migrate.html'
|
|
||||||
}),
|
|
||||||
new ExtractTextPlugin({
|
new ExtractTextPlugin({
|
||||||
filename: 'app.css',
|
filename: 'app.css',
|
||||||
disable: false,
|
disable: false,
|
||||||
|
|||||||
@@ -45,10 +45,6 @@ module.exports = {
|
|||||||
date: buildDate,
|
date: buildDate,
|
||||||
version: pkgJson.version
|
version: pkgJson.version
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
|
||||||
inject: true,
|
|
||||||
template: path.join(__dirname, 'src/migrate.html')
|
|
||||||
}),
|
|
||||||
new ExtractTextPlugin({
|
new ExtractTextPlugin({
|
||||||
filename: '[hash:6].css',
|
filename: '[hash:6].css',
|
||||||
disable: false,
|
disable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user