Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ library referenced by other packages.
| ---------- | ----------------------------------------------------------------------- |
| `teleport` | Open-source version of Teleport Web UI |
| `teleterm` | Open-source version of Teleport Connect (Electron app) |
| `build` | Collection of webpack and build scripts used to build Teleport packages |
| `build` | Collection of Vite build scripts used to build Teleport packages |
| `design` | Teleport design system |
| `shared` | Shared code |
9 changes: 0 additions & 9 deletions web/packages/build/webpack/resolvepath.js

This file was deleted.

71 changes: 0 additions & 71 deletions web/packages/build/webpack/webpack.base.js

This file was deleted.

2 changes: 1 addition & 1 deletion web/packages/teleterm/build_resources/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is the directory we use as the `buildResources` dir for electron-builder.

By default, electron-builder uses the `build` dir at the project root. However, we already use that
directory for webpack output.
directory for the build output from Vite.

If you see a path in electron-builder docs referring to `build`, you can assume that they meant the
`buildResources` directory.
2 changes: 1 addition & 1 deletion web/packages/teleterm/src/staticConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* `StaticConfig` allows providing different values between the dev build and
* the packaged app.
* The proper config is resolved by webpack at compile time.
* The proper config is resolved by Vite at compile time.
* This differs from `RuntimeSettings`, where properties are resolved during
* the app's runtime.
*/
Expand Down