gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: idb-bridge: we don't use roll


From: gnunet
Subject: [taler-wallet-core] branch master updated: idb-bridge: we don't use rollup anymore
Date: Sun, 23 Oct 2022 19:07:07 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 1bf95ef56 idb-bridge: we don't use rollup anymore
1bf95ef56 is described below

commit 1bf95ef568d399fc2fdece217126c971b75f08e8
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Oct 23 19:07:03 2022 +0200

    idb-bridge: we don't use rollup anymore
---
 packages/idb-bridge/rollup.config.js | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/packages/idb-bridge/rollup.config.js 
b/packages/idb-bridge/rollup.config.js
deleted file mode 100644
index 76214f22d..000000000
--- a/packages/idb-bridge/rollup.config.js
+++ /dev/null
@@ -1,31 +0,0 @@
-// rollup.config.js
-import commonjs from "@rollup/plugin-commonjs";
-import nodeResolve from "@rollup/plugin-node-resolve";
-import json from "@rollup/plugin-json";
-import builtins from "builtin-modules";
-import pkg from "./package.json";
-
-export default {
-  input: "lib/index.js",
-  output: {
-    file: pkg.main,
-    format: "cjs",
-    sourcemap: true
-  },
-  external: builtins,
-  plugins: [
-    nodeResolve({
-      preferBuiltins: true,
-    }),
-
-    commonjs({
-      include: [/node_modules/],
-      extensions: [".js", ".ts"],
-      ignoreGlobal: false,
-      sourceMap: false,
-    }),
-
-    json(),
-  ],
-}
-

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]