UNPKG

@jsenv/core

Version:

Tool to develop, test and build js projects

7 lines (5 loc) 292 B
import { jsenvPluginInliningAsDataUrl } from "./jsenv_plugin_inlining_as_data_url.js"; import { jsenvPluginInliningIntoHtml } from "./jsenv_plugin_inlining_into_html.js"; export const jsenvPluginInlining = () => { return [jsenvPluginInliningAsDataUrl(), jsenvPluginInliningIntoHtml()]; };