chore: dependency updates (#448)

This commit is contained in:
2022-04-13 15:44:42 +02:00
committed by GitHub
parent 2cb74c8268
commit e916177569
11 changed files with 1384 additions and 1761 deletions

View File

@@ -92,7 +92,6 @@ const createConfig = async (options: Options = {
(config as any).devServer = {
hot: true,
contentBase: './dist',
};
return config;