UNPKG

date-flywen

Version:

a simple date format javascript library

15 lines (14 loc) 328 B
const path = require("path"); module.exports = { entry: "./src/index.js", output: { path: path.resolve(__dirname, "dist"), filename: "date-flywen.js", library: "dateFlywen", libraryTarget: "umd", globalObject: "this", module: false }, devtool: "source-map", mode: "development" }