UNPKG

nextcode

Version:

## 设计思路

13 lines (12 loc) 296 B
const path = require("path"); module.exports = { mode: "production", entry: ["./NextCode.js"], output: { path: path.resolve(__dirname, "./dist"), filename: "NextCode.js", libraryTarget: "umd", globalObject: "this", library: "NextCode" } };