UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

18 lines (16 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configHtmlTemplateLoader = configHtmlTemplateLoader; function configHtmlTemplateLoader(options) { return { test: /\.tmpl$/, use: [{ loader: 'html-loader', options: { minimize: true } }] }; }