UNPKG

html-webpack-plugin-inject-thyme-leaf-tags

Version:

A html webpack plugin to inject thymeleaf compatible template tags for script and style tags

7 lines (6 loc) 230 B
declare type TOptions = { scriptPrefix: string; stylePrefix: string; }; declare function HtmlWebpackPluginInjectThymeLeafTags(this: any, options?: TOptions | {}): void; export default HtmlWebpackPluginInjectThymeLeafTags;