UNPKG

pyoo.js

Version:

A library for Python-style OO in JavaScript

9 lines (8 loc) 160 B
const path = require('path'); module.exports = { entry: './index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'pyoo.js' } };