UNPKG

faucet-pipeline-js

Version:

JavaScript module bundling for faucet-pipeline

21 lines (18 loc) 322 B
"use strict"; let path = require("path"); module.exports = { js: [{ source: "./index.js", target: "./dist/bundle.js" }], manifest: { target: "./dist/manifest.json", value: filepath => `/assets/${filepath}` }, plugins: { js: { plugin: path.resolve(__dirname, "../../.."), bucket: "scripts" } } };