UNPKG

@trackpilots/week-picker

Version:

A customizable week picker component for React, built with Tailwind CSS.

7 lines (6 loc) 169 B
require("esbuild").build({ entryPoints: ["src/index.js"], bundle: true, outfile: "dist/bundle.js", loader: { ".js": "jsx" }, // Add this to enable JSX });