UNPKG

@runningwater/lorem

Version:
12 lines (10 loc) 225 B
const path = require("path"); module.exports = { entry: "/src/index.js", output: { path: path.resolve(__dirname, "build"), filename: "index.js", library: "Lorem", libraryTarget: "umd", }, };