MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / build

Function build

gulpfile.js:22–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const babel = require('gulp-babel');
21
22async function build() {
23 const bundle = await rollup.rollup({
24 input: destBundleFile
25 });
26
27 return await bundle.write({
28 file: destFile,
29 format: 'es',
30 name: destfilename,
31 sourcemap: true
32 });
33}
34
35function minify() {
36 return src(destFile)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected