@lynx-js/template-webpack-plugin
Version:
Simplifies creation of Lynx template files to serve your webpack bundles
13 lines (12 loc) • 571 B
TypeScript
/**
* @packageDocumentation
*
* A webpack plugin that simplifies creation of `template.js` files to serve your bundles.
*/
export { LynxTemplatePlugin } from './LynxTemplatePlugin.js';
export type { LynxTemplatePluginOptions, TemplateHooks, EncodeOptions, } from './LynxTemplatePlugin.js';
export { LynxEncodePlugin } from './LynxEncodePlugin.js';
export type { LynxEncodePluginOptions } from './LynxEncodePlugin.js';
export { WebEncodePlugin } from './WebEncodePlugin.js';
export * as CSSPlugins from './css/plugins/index.js';
export * as CSS from './css/index.js';