Mercurial > code > home > repos > streamed-graph
changeset 85:792452c0eb98
dead code
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 Nov 2021 16:48:45 -0800 |
parents | 067d66a45a51 |
children | 6ec759f9009f |
files | rollup.config.js |
diffstat | 1 files changed, 0 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/rollup.config.js Wed Nov 17 16:45:10 2021 -0800 +++ b/rollup.config.js Wed Nov 17 16:48:45 2021 -0800 @@ -37,7 +37,6 @@ resolve({ extensions: [".js", ".ts"], browser: true, - }), commonjs(), globals(), @@ -51,25 +50,4 @@ // commonjs(workaround_jsonld_expand_issue) ] }, - // { - // input: "src/demo.ts", - // output: { - // file: "build/demo.js", - // format: "esm", - // intro: `const ${workaround_some_browser_detector}, ${workaround_jsonld_module_system_picker};` - // }, - // external: [], - // plugins: [ - // builtins(), - // resolve({ - // extensions: [".js", ".ts"], - // browser: true - // }), - // typescript(), - // // postcss({ - // // inject: false - // // }), - // // commonjs(workaround_jsonld_expand_issue) - // ] - // } ];