UNPKG

@hutiwephy/ape

Version:

Authenticate and Encrypt HTTP with User Credentials (Not TLS-SRP).

19 lines (17 loc) 357 B
const path = require("node:path"); module.exports = { mode: "production", entry: "./index.b.js", output: { filename: 'ape.min.js', path: path.resolve(__dirname, 'dist'), clean: true, library: { type: "window", } }, optimization: { minimize: true, }, target: "web", };