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

@@ -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,