UNPKG
ditherjs
Version:
latest (0.10.0)
0.10.0
0.9.1
0.3.0
0.2.3
0.2.2
Image dithering library
dpiccone.github.io/ditherjs/
dpiccone/ditherjs
ditherjs
/
webpack.config.js
13 lines
(12 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.exports = { entry: {
"ditherjs"
:
"./client.js"
,
"jquery.ditherjs"
:
"./jquery.js"
, },
output
: {
path
:
"./dist"
, filename:
"[name].dist.js"
, library:
'DitherJS'
, libraryTarget:
'umd'
} };