fix webpack config

This commit is contained in:
willyb321
2020-04-05 05:22:35 +10:00
parent 38f72438dd
commit 3966f92454
2 changed files with 0 additions and 9 deletions

View File

@@ -42,11 +42,6 @@ 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,