🚿 clean up

This commit is contained in:
platane
2020-07-20 22:37:58 +02:00
parent 7377068a9a
commit dd23c1630e
11 changed files with 114 additions and 126 deletions

View File

@@ -27,7 +27,6 @@ const config: Configuration = {
],
},
plugins: [
// game
new HtmlWebpackPlugin({
title: "demo",
filename: "index.html",
@@ -39,9 +38,6 @@ const config: Configuration = {
devtool: false,
stats: "errors-only",
// @ts-ignore
devServer: {},
};
export default config;