Mercurial > code > home > repos > streamed-graph
changeset 59:5b8685d95bf4
delete element mode bundle
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Jan 2020 23:44:41 -0800 |
parents | bf006bf2a3f9 |
children | 0d0638bd98be |
files | rollup.config.js |
diffstat | 1 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/rollup.config.js Mon Jan 13 21:22:58 2020 -0800 +++ b/rollup.config.js Mon Jan 13 23:44:41 2020 -0800 @@ -40,26 +40,6 @@ }), commonjs(workaround_jsonld_expand_issue) ] - },{ - input: "src/index.ts", - output: { - file: "build/element.bundle.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) - ] }, { input: "src/demo.ts",