Skip to content

Commit 0920198

Browse files
authored
Remove browser version comments in browser-targets.js
Remove browser version comments in browser-targets.js as they are out of date
1 parent 14efc6e commit 0920198

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dotcom-rendering/webpack/browser-targets.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ const rawTargets = getTargetsFromBrowsersList({ browsers });
2828
*
2929
* https://github.com/guardian/csnx/tree/main/libs/%40guardian/browserslist-config
3030
*
31-
* This currently returns:
32-
*
33-
* {
34-
* chrome: '67.0.0',
35-
* edge: '99.0.0',
36-
* firefox: '78.0.0',
37-
* ios: '10.3.0',
38-
* opera: '91.0.0',
39-
* safari: '10.1.0',
40-
* samsung: '11.1.0'
41-
* }
42-
*
4331
* SWC however will not transpile dynamic imports when there are browser targets
4432
* that do not support them.
4533
*

0 commit comments

Comments
 (0)