UNPKG

crunchit

Version:

Autotrack the events from your users

10 lines (8 loc) 165 B
const path = require("path"); module.exports = { entry: "./index.js", output: { path: path.resolve(__dirname, "dist"), filename: "crunchit.js", }, };