UNPKG

simon-game

Version:

An API to use for building the Simon memory game.

12 lines (9 loc) 182 B
const path = require('path'); module.exports = { context: path.join(__dirname), entry: './index.js', output: { path: path.join(__dirname, 'dist'), filename: 'index.js' } }