UNPKG

tcplayer

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