UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

14 lines (12 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emitAsset = emitAsset; function emitAsset(compilation, outputFile, content) { const { RawSource } = compilation.compiler.webpack.sources; const source = new RawSource(content); compilation.emitAsset(outputFile, source); }