Skip to content

Commit

Permalink
[vtadmin] Remove source-map-explorer dependency (vitessio#10339)
Browse files Browse the repository at this point in the history
* Remove source-map-explorer dependency

Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>

* Remove references to source-map-explorer

Signed-off-by: Sara Bee <855595+doeg@users.noreply.github.com>
  • Loading branch information
doeg authored May 19, 2022
1 parent bc550b8 commit d713833
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 253 deletions.
1 change: 0 additions & 1 deletion web/vtadmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Scripts for common and not-so-common tasks. These are always run from the `vites
| `npm run lint` | Run all of the linters and formatters. The `package.json` file defines a bunch more scripts to run individual linters, if you prefer, like `npm run lint:eslint`. |
| `npm run lint:fix` | Run all of the linters and fix errors (where possible) in place. Note that this will overwrite your files so you may want to consider committing your work beforehand! |
| `npm run build` | Generates a build of vtadmin-web for production and outputs the files to the `vitess/web/vtadmin/build` folder. In most cases, you won't need to run this locally, but it _can_ be useful for debugging production-specific issues. See the create-react-app documentation about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |
| `npm run analyze` | Analyze and debug JavaScript build size using [source-map-explorer](https://create-react-app.dev/docs/analyzing-the-bundle-size/). In most cases, you'll first want to run `npm run build` to update the `build/` directory. |

## Toolchain

Expand Down
250 changes: 0 additions & 250 deletions web/vtadmin/package-lock.json

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

2 changes: 0 additions & 2 deletions web/vtadmin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"react-tiny-popover": "^6.0.5",
"react-toastify": "^8.1.0",
"sass": "^1.43.4",
"source-map-explorer": "^2.5.2",
"svgo": "^2.8.0",
"typescript": "^4.5.4",
"web-vitals": "^0.2.4"
Expand All @@ -51,7 +50,6 @@
"lint:prettier:fix": "npm run lint:prettier -- --write",
"lint:stylelint": "stylelint \"**/*.{css,scss}\"",
"lint:stylelint:fix": "npm run lint:stylelint -- --fix",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit d713833

Please sign in to comment.