UNPKG

@asahelk/pogo-script

Version:

Script to get cc from pokemap web. Only works with grunts(pokestops)

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