UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED using any (or no) front-end library.

12 lines (10 loc) 304 B
import * as esbuild from 'esbuild' await esbuild.build({ entryPoints: ['nodes/uibuilder.js'], bundle: true, // minify: true, platform: 'node', external: ['emitter', 'fs', 'path', 'socket.io', 'express'], // packages: 'external', outfile: 'nodes/modules/uibuilder.min.js', })