UNPKG

yinxing

Version:
10 lines (9 loc) 183 B
const path = require('path'); module.exports = { entry: "./index.js", output: { path: path.resolve(__dirname, "dist"), filename: "index.js", }, mode: "development" };