mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-10 01:23:11 +00:00
remove accidentally commited junk
This commit is contained in:
parent
7fa807c36c
commit
74fe9bc1e4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user