comparison service/wifi/rollup.config.js @ 744:b267511ec4fc

fixes to TS and page build. remove some unused attempts at binding to <streamed-graph> Ignore-this: dc4cd74d21fef101b32da824bbf60a00
author drewp@bigasterisk.com
date Thu, 13 Feb 2020 10:17:54 -0800
parents b39d24617a85
children
comparison
equal deleted inserted replaced
743:7c785c0dd605 744:b267511ec4fc
38 browser: true, 38 browser: true,
39 }), 39 }),
40 typescript(), 40 typescript(),
41 commonjs(workaround_jsonld_expand_issue), 41 commonjs(workaround_jsonld_expand_issue),
42 replace({ ...replacements, delimiters: ["", ""] }), 42 replace({ ...replacements, delimiters: ["", ""] }),
43
43 ], 44 ],
44 }; 45 };