Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/rollup.config.js @ 799:e0e623c01a69
ts build is part of docker now; new web debug console
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Jan 2021 14:17:12 -0800 |
parents | 9ca69f2be87b |
children |
line wrap: on
line diff
--- a/service/mqtt_to_rdf/rollup.config.js Tue Dec 29 21:05:32 2020 -0800 +++ b/service/mqtt_to_rdf/rollup.config.js Fri Jan 01 14:17:12 2021 -0800 @@ -3,6 +3,7 @@ import resolve from "@rollup/plugin-node-resolve"; import typescript from "rollup-plugin-typescript2"; import replace from "@rollup/plugin-replace"; +import postcss from "rollup-plugin-postcss"; const workaround_jsonld_module_system_picker = "process = {version: '1.0.0'}"; const workaround_some_browser_detector = "global = window"; @@ -39,6 +40,7 @@ }), typescript(), commonjs(workaround_jsonld_expand_issue), + postcss({ inject: false }), replace({ ...replacements, delimiters: ["", ""] }), ], };