UNPKG
mobinge
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Client-heavy webcomic site display system
github.com/samguyjones/mobinge
samguyjones/mobinge
mobinge
/
webpack.config.js
10 lines
(8 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
path
=
require
(
'path'
);
module
.exports = { entry:
'./dist/mobinge.js'
,
output
: { filename:
'bundle.js'
,
path
:
path
.resolve(__dirname,
'dist'
) } };