Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infrastructure: Update build tooling to use webpack v5 #5792
Infrastructure: Update build tooling to use webpack v5 #5792
Changes from all commits
8af1aec
ac62f42
c0dd4e0
11de457
7a80f98
407c5d3
04d51fc
9be2516
ff5e07d
7437b9d
e09fdbe
b33834d
8efadc8
c40b487
bf86991
f40e847
64cd792
ee04b2c
e827eaa
bb024e6
b77b2d9
35e9041
a22ec0b
0cd6dc1
209b203
c32ee7b
8357a3e
e3b2dd0
462e85a
9b591cf
6f198d0
e939dbb
47931ea
9769524
e4a12a0
76be61b
dcddc4f
6461b61
bb93116
41d863c
1c3a395
b263b65
24e9bb1
adaa476
5458940
e652c6b
9b42f2c
cc25f86
da4d88e
2ab6a48
00eb44e
2092354
251073a
143d741
e987d80
3743ed5
138eae0
73f3320
1a5bd6b
337b31f
36c1a3d
95f8238
16feb56
9de3311
5efa5a1
e5a8514
bb03746
011b06e
edf4965
044a105
33c27b8
df804f6
f003e0b
72dc280
47a5d10
8e6660d
3f9cd4e
67ea513
10fb622
7245fc0
57d1669
ccb42d2
b08d96c
dd6ac25
90b3736
c01dc3b
fa64dba
720ad2c
e79928b
1a483a1
dfa14c3
f107262
2a740aa
58d0ac1
22ce0d0
a41d36d
321f004
9a5f2b1
265bac0
4c3cab3
4a3e93a
c3b7b05
159d654
cdbd272
463afd9
beb6c22
baaa09f
8432a42
51c2102
f94f20c
3f717d9
7d680ef
0d924f0
668b214
58035ed
684f450
0afe518
78fc4d0
82af79b
d4dc66c
be28ddd
15d5371
de47299
6def948
fcef06c
323fee1
83b1bc7
1ea71c4
fac4f51
87f80b8
adde49a
1dd7f67
a8fd419
4e66c25
daed85d
5c874fb
856ff87
cd14157
38c8951
6c33325
970408b
741da73
56e9f03
714fc52
b6c820d
dbc5e3a
71a4fab
26f8313
f1b8edc
2b1cc9e
71ba4ac
933946a
1f85854
0ef1d82
aa32e94
3cb26ad
8578874
97cc89d
1f5ce78
82e33a2
a1418d8
f35afad
c416836
bec18cd
3722a9c
862cf5e
665eaf7
9371cb4
5883989
23d7aed
4ce26bc
94bc0c4
a00a9cd
5db3ad4
1e773f4
24900cf
b449e83
5f7ff2b
3a51353
5d6ded1
c421190
1f7b6b2
d4a4619
f98f4fd
efaa8f2
030c7c2
795b724
47a4499
e8188a8
4bc54d3
176fe5d
30e02ab
8481b5d
6f8a75d
22e03aa
88e3997
bc13f1d
a3162d2
e9e0a38
9099fbd
670d289
6403518
876420d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now we only use one loader. If a
url
resource query is found on the import (i.e../icons/arrow_circle.svg?url
) then that asset will be loaded in using theasset/inline
asset module.Importing both in the same file will import one as a reach component, and the other as a data uri ✨