🚀 draw world

This commit is contained in:
platane
2020-07-18 17:02:35 +02:00
parent e9654e7e66
commit a149bab26a
16 changed files with 472 additions and 13 deletions

View File

@@ -38,6 +38,10 @@ const config: Configuration = {
],
devtool: false,
stats: "errors-only",
// @ts-ignore
devServer: {},
};
export default config;