File tree Expand file tree Collapse file tree 3 files changed +0
-31
lines changed Expand file tree Collapse file tree 3 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ supports:
27
27
- [ Closure Library] ( https://developers.google.com/closure/library/ )
28
28
- [ ControlJS] ( https://stevesouders.com/controljs/ )
29
29
- [ Core-js] ( https://github.com/zloirock/core-js )
30
- - [ Create React App] ( https://create-react-app.dev/ )
31
30
- [ CreateJS] ( https://createjs.com/ )
32
31
- [ D3] ( https://d3js.org/ )
33
32
- [ DC.js] ( https://dc-js.github.io/dc.js/ )
Original file line number Diff line number Diff line change @@ -1708,36 +1708,6 @@ var d41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests = {
1708
1708
return false ;
1709
1709
}
1710
1710
} ,
1711
- 'Create React App' : {
1712
- id : 'create-react-app' ,
1713
- icon : 'cra' ,
1714
- url : 'https://create-react-app.dev/' ,
1715
- npm : 'react-scripts' ,
1716
- test : async function ( win ) {
1717
- // CRA does not have any explicit markers
1718
- // This requests for an asset-manifest.json file that exists for mostly all v2 and v3 CRA apps
1719
- try {
1720
- const response = await fetch ( 'asset-manifest.json' ) ;
1721
-
1722
- if ( ! response . ok ) {
1723
- return false ;
1724
- }
1725
- const manifest = await response . json ( ) ;
1726
-
1727
- const hasFilesEntrypoints = manifest . files || manifest . entrypoints ;
1728
- const containsMainBundle = manifest [ 'main.js' ] || ( manifest . files && manifest . files [ 'main.js' ] ) ;
1729
-
1730
- if ( hasFilesEntrypoints || containsMainBundle ) {
1731
- return { version : UNKNOWN_VERSION } ;
1732
- }
1733
-
1734
- return false ;
1735
- }
1736
- catch ( err ) {
1737
- return false ;
1738
- }
1739
- }
1740
- } ,
1741
1711
'Drupal' : {
1742
1712
id : 'drupal' ,
1743
1713
icon : 'drupal' ,
You can’t perform that action at this time.
0 commit comments