UNPKG

nba

Version:

JavaScript client for the NBA's stats API

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