update to webpack 5

This commit is contained in:
David Meincke
2022-03-20 12:19:19 +01:00
parent f0328e86e4
commit 2fbc30ec2e
16 changed files with 14895 additions and 5864 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = merge(common, {
patterns: [
{
from: path.resolve(__dirname, 'index.html'),
to: path.resolve(__dirname, prodFolderName, '[name].[ext]')
to: path.resolve(__dirname, prodFolderName, '[name][ext]')
}
]
}