FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ionic/angular/stencil.config.js at css-variable-docs-test · ModusCreateOrg/ionic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ModusCreateOrg
/
ionic
Public
forked from
ionic-team/ionic-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ionic
/
angular
/
stencil.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
68 lines (60 loc) · 1.61 KB
Breadcrumbs
ionic
/
angular
/
stencil.config.js
Copy path
File metadata and controls
68 lines (60 loc) · 1.61 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
const
path
=
require
(
'path'
)
;
// use ionic/core's stencil config
exports
.
config
=
require
(
'../core/stencil.config.js'
)
.
config
;
// user ionic core's tsconfig
exports
.
config
.
tsconfig
=
'../core/tsconfig.json'
;
// update where to find the original ionic/core src
exports
.
config
.
srcDir
=
'../core/src'
;
exports
.
config
.
globalScript
=
'../core/src/global/ionic-global.ts'
;
// update the output targets
exports
.
config
.
outputTargets
=
[
{
type
:
'angular'
,
directivesProxyFile
:
'src/directives/proxies.ts'
,
directivesArrayFile
:
'src/directives/proxies-list.txt'
,
empty
:
false
,
excludeComponents
:
[
// overlays
'ion-action-sheet'
,
'ion-action-sheet-controller'
,
'ion-alert'
,
'ion-alert-controller'
,
'ion-loading'
,
'ion-loading-controller'
,
'ion-modal'
,
'ion-modal-controller'
,
'ion-picker'
,
'ion-picker-controller'
,
'ion-popover'
,
'ion-popover-controller'
,
'ion-toast'
,
'ion-toast-controller'
,
'ion-toast'
,
// controllers
'ion-menu-controller'
,
'ion-animation-controller'
,
'ion-animation-controller'
,
'ion-gesture-controller'
,
// navigation
'ion-router'
,
'ion-route'
,
'ion-route-redirect'
,
'ion-router-outlet'
,
'ion-anchor'
,
'ion-tabbar'
,
'ion-tab-button'
,
// auxiliar
'ion-gesture'
,
'ion-tap-click'
,
'ion-picker-column'
,
'ion-range-knob'
,
'ion-backdrop'
,
'ion-anchor'
,
'ion-virtual-scroll'
]
}
]
exports
.
devServer
=
{
root
:
'.'
,
watchGlob
:
[
'dist/*.*'
,
'dist/ionic/**/**'
,
'src/**/*.html'
]
}
;
Back
|
FazBrowse Home
|
New Git URL