UNPKG
pyoo.js
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
A library for Python-style OO in JavaScript
github.com/wolmir/pyoo.js
wolmir/pyoo.js
pyoo.js
/
webpack.config.js
9 lines
(8 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
path
=
require
(
'path'
);
module
.exports = { entry:
'./index.js'
,
output
: {
path
:
path
.resolve(__dirname,
'dist'
), filename:
'pyoo.js'
} };