This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit 69ace1e
committed
feat: allow extending webpack.config.js through env
In case you need to extend the webpack.config.js, currently you cannot extend everything and you need to write a lot of custom logic. This PR adds the possibility to extend the appComponents, entries and alias through `env`.
Also update demo applications to use latest CLI feature for extending webpack.config.js1 parent e95287d commit 69ace1e
File tree
17 files changed
+122
-63
lines changed- demo
- AngularApp
- app
- App_Resources/Android
- JavaScriptApp
- app
- TypeScriptApp
- app
- templates
17 files changed
+122
-63
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | - | ||
9 | - | ||
8 | + | ||
9 | + | ||
10 | 10 |
| |
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + |
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | - | ||
9 | + |
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + |
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | + | ||
22 | 23 |
| |
23 | 24 |
| |
24 | - | ||
25 | - | ||
25 | + | ||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | - | ||
70 | - | ||
71 | - | ||
69 | + | ||
70 | + | ||
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
| |||
85 | 84 |
| |
86 | 85 |
| |
87 | 86 |
| |
88 | - | ||
87 | + | ||
88 | + | ||
89 | + | ||
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | - | ||
9 | + |
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + |
Lines changed: 12 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
15 | + | ||
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | - | ||
19 | - | ||
19 | + | ||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | - | ||
60 | - | ||
61 | - | ||
59 | + | ||
60 | + | ||
62 | 61 |
| |
63 | 62 |
| |
64 | 63 |
| |
| |||
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
71 | - | ||
70 | + | ||
71 | + | ||
72 | + | ||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
86 | + | ||
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| |||
109 | 111 |
| |
110 | 112 |
| |
111 | 113 |
| |
114 | + | ||
115 | + | ||
112 | 116 |
| |
113 | 117 |
| |
114 | 118 |
| |
| |||
272 | 276 |
| |
273 | 277 |
| |
274 | 278 |
| |
275 | - | ||
279 | + |
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
8 | - | ||
9 | + |
0 commit comments