UNPKG
@gridonic/webpack
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Our webpack configuration.
github.com/gridonic/webpack
gridonic/webpack
@gridonic/webpack
/
src
/
cli
/
flags
/
debug.js
13 lines
(10 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
alias =
'b'
;
const
type
=
'boolean'
;
const
description =
'Enables debugging mode'
;
const
fn
= (
) => {};
module
.
exports
= { alias, description,
type
, fn };