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
/
options
/
stats.js
16 lines
(15 loc)
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
@see
https://webpack.js.org/configuration/stats/
module.exports
=
{
all:
false
,
assets:
true
,
builtAt:
true
,
colors:
true
,
env:
true
,
errors:
true
,
hash:
true
,
performance:
true
,
publicPath:
true
,
timings:
true
,
version:
true
,
warnings:
true
}
;