UNPKG
wog
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.1
3.0.0
1.2.0
1.1.1
1.1.0
Just a wittle wogger with no dependencies
github.com/Phara0h/wog
Phara0h/wog
wog
/
webpack.config.js
11 lines
(9 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
path
=
require
(
'path'
);
module
.exports = { entry:
'./index.js'
,
output
: {
path
:
path
.resolve(__dirname,
'dist'
), filename:
'wog.js'
, library:
'Wog'
, }, };