remove accidentally commited junk

This commit is contained in:
weboko 2023-01-24 21:46:27 +01:00
parent 7fa807c36c
commit 74fe9bc1e4
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

View File

@ -5,7 +5,9 @@ const path = require("path");
const ResolveTypeScriptPlugin = require("resolve-typescript-plugin");
const output = {
path: path.resolve(__dirname),
path:
path.join(os.tmpdir(), "_karma_webpack_") +
Math.floor(Math.random() * 1000000),
};
module.exports = function (config) {