UNPKG
image-handler
Version:
latest (0.0.7)
1.0.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A project extend handler of image on H5
github.com/zhangjialegh/img-handler
zhangjialegh/img-handler
image-handler
/
webpack.config.js
11 lines
(10 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
const
path =
require
(
'path'
);
module
.
exports
= {
entry
:
'./index.js'
,
output
:{
path
: path.
join
(__dirname,
'dist'
),
filename
:
'bundle.js'
},
mode
:
'production'
}