UNPKG
d2
Version:
dhis-2.23 (24.0.13)
dhis-2.24 (24.1.11)
dhis2-2.30 (30.2.2)
latest (31.10.2)
legacy (30.2.3)
31.10.2
31.10.0
31.9.3
31.9.2
31.9.1
31.9.0
31.8.2
31.8.1
31.8.0
31.7.0
31.6.0
31.5.0
31.4.0
31.3.0
31.2.4
31.2.3
31.2.2
31.2.1
31.2.0
31.1.1
31.1.0
31.0.2
31.0.1
31.0.0
30.2.3
30.2.2
30.2.1
30.2.0
30.1.0
30.0.4
30.0.2
30.0.1
30.0.0
29.1.5
29.1.4
29.1.3
29.1.2
29.1.1
29.1.0
29.0.2
29.0.1
29.0.0
28.4.0
28.3.1
28.3.0
28.2.0
28.1.1
28.1.0
28.0.0
27.0.0
27.0.0-8
27.0.0-7
27.0.0-6
27.0.0-5
27.0.0-4
27.0.0-3
27.0.0-2
27.0.0-1
27.0.0-0
26.2.4
26.2.2
26.2.1
26.2.0
26.1.12
26.1.11
26.1.10
26.1.9
26.1.8
26.1.7
26.1.6
26.1.5
26.1.4
26.1.3
26.1.1
26.1.0
26.0.4
26.0.3
26.0.2
26.0.1
26.0.0
25.3.1
25.3.0
25.2.7
25.2.6
25.2.5
25.2.4
25.2.2
25.2.1
25.2.0
25.1.15
25.1.14
25.1.13
25.1.12
25.1.11
25.1.10
25.1.9
25.1.8
25.1.7
25.1.6
25.1.5
25.1.4
25.1.3
25.1.2
25.1.1
25.1.0
25.0.13
25.0.12
25.0.11
25.0.8
25.0.1
24.2.6
24.2.5
24.2.4
24.2.3
24.2.1
24.2.0
24.1.24
24.1.23
24.1.22
24.1.21
24.1.18
24.1.15
24.1.14
24.1.11
24.1.10
24.1.9
24.1.8
24.1.7
24.1.6
24.1.5
24.1.4
24.1.3
24.1.2
24.1.1
24.1.0
24.0.13
24.0.12
24.0.11
24.0.10
24.0.9
24.0.8
24.0.7
24.0.6
24.0.5
24.0.3
24.0.2
24.0.1
0.0.36
0.0.35
0.0.34
0.0.33
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Javascript library for DHIS2
github.com/dhis2/d2
dhis2/d2
d2
/
webpack.config.prod.js
9 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
config
=
require(
'./webpack.config.dev'
)
/** * Since both dev and prod bundles are built together, the filename needs to be different for prod. */
config.output.filename =
'd2-browser.min.js'
module
.
exports
= config