Skip to content

Commit

Permalink
Plugin: Remove the experimental Progressive Web Apps (PWA) integration (
Browse files Browse the repository at this point in the history
#38810)

* Revert PWA

* Fix package lock

* Fix rebase
  • Loading branch information
ellatrix authored Mar 30, 2022
1 parent 42956d3 commit 16b89d6
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 285 deletions.
5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@
/lib/compat/wordpress-5.9/class-wp-theme-json-resolver-gutenberg.php @timothybjacobs @spacedmonkey @oandregal
/phpunit/class-wp-theme-json-test.php @oandregal

# Web App
/packages/admin-manifest @ellatrix
/lib/pwa.php @ellatrix
/lib/service-worker.js @ellatrix

# Native
/packages/components/src/mobile/global-styles-context @geriux

Expand Down
1 change: 0 additions & 1 deletion lib/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ function gutenberg_is_experiment_enabled( $name ) {
require __DIR__ . '/navigation-page.php';
require __DIR__ . '/experiments-page.php';
require __DIR__ . '/global-styles.php';
require __DIR__ . '/pwa.php';

// TODO: Move this to be loaded from the style engine package, via the build directory.
// Part of the build process should be to copy the PHP file to the correct location,
Expand Down
34 changes: 0 additions & 34 deletions lib/pwa.php

This file was deleted.

14 changes: 0 additions & 14 deletions lib/service-worker.js

This file was deleted.

7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"dependencies": {
"@wordpress/a11y": "file:packages/a11y",
"@wordpress/admin-manifest": "file:packages/admin-manifest",
"@wordpress/annotations": "file:packages/annotations",
"@wordpress/api-fetch": "file:packages/api-fetch",
"@wordpress/autop": "file:packages/autop",
Expand Down
1 change: 0 additions & 1 deletion packages/admin-manifest/.npmrc

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions packages/admin-manifest/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions packages/admin-manifest/package.json

This file was deleted.

176 changes: 0 additions & 176 deletions packages/admin-manifest/src/index.js

This file was deleted.

0 comments on commit 16b89d6

Please sign in to comment.