Explorar el Código

update subrepos, add comment

Adam Shaw hace 4 años
padre
commit
65c928511b
Se han modificado 3 ficheros con 4 adiciones y 2 borrados
  1. 1 1
      example-projects
  2. 1 1
      packages-premium
  3. 2 0
      scripts/example-run.js

+ 1 - 1
example-projects

@@ -1 +1 @@
-Subproject commit e9c8854f01a77642c44007cd38369d02cda7bb52
+Subproject commit d2c2d3c2271c8447e0a83355ab902a4a7421ffac

+ 1 - 1
packages-premium

@@ -1 +1 @@
-Subproject commit e6afd334e6de0150027bb9a145c44697afedf24d
+Subproject commit 0fddac2a86bdc24b8b25ef667bbc3e817f514040

+ 2 - 0
scripts/example-run.js

@@ -15,6 +15,8 @@ const disabledProjects = {
   parcel: 'This example is being transitioned to a newer version',
   'parcel-2':
     'There is currently a bug in parcel which prevents this from working',
+    // https://github.com/parcel-bundler/parcel/issues/4729
+    // tries to load babel within each fc file and fails
 }
 const pnpSimulatedProjects = {
   angular: 'Angular CLI does not support Yarn PnP',