File tree Expand file tree Collapse file tree 3 files changed +349
-29
lines changed
apps/pattern-lab--workshop
packages/build-tools/utils Expand file tree Collapse file tree 3 files changed +349
-29
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module.exports = {
77
77
'@bolt/components-button-group' ,
78
78
'@bolt/components-chip' ,
79
79
'@bolt/components-chip-list' ,
80
- '@bolt/components-color-swatch'
80
+ '@bolt/components-color-swatch' ,
81
81
'@bolt/components-figure' ,
82
82
'@bolt/components-link' ,
83
83
'@bolt/components-ordered-list' ,
@@ -96,6 +96,6 @@ module.exports = {
96
96
97
97
// Dev-server specific config settings (ex. port to use)
98
98
devServer : {
99
- open : true // was: openServerAtStart
99
+ open : true
100
100
}
101
101
} ;
Original file line number Diff line number Diff line change 3
3
type : object
4
4
required :
5
5
- env
6
- - dist
6
+ - buildDir
7
7
- components
8
8
additionalProperties : true
9
9
properties :
16
16
plConfigFile :
17
17
type : string
18
18
title : Pattern Lab Config File Path
19
- dist :
19
+ buildDir :
20
20
type : string
21
21
description : Where it all builds too
22
- server :
22
+ wwwDir :
23
23
type : string
24
24
title : Path to server root
25
25
description : Where static files are served from.
26
+ publicPath :
27
+ type : string
28
+ title : Path to publicPath directory
29
+ description : Sets the client-side base path for all built / asynchronously loaded assets
26
30
verbosity :
27
31
type : integer
28
32
enum :
49
53
items :
50
54
-
51
55
type : string
52
- openServerAtStart :
53
- type : boolean
54
- description : If, after starting `npm start`, a Browser opens.
55
-
56
+ devServer :
57
+ type : object
58
+ properties :
59
+ open :
60
+ type : boolean
61
+ description : If, after starting `npm start`, a Browser opens.
You can’t perform that action at this time.
0 commit comments