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
/
config.js
10 lines
(8 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
alias =
'c'
;
const
type
=
'string'
;
const
description =
'Use different config file'
;
module
.
exports
= { alias, description,
type
};