Skip to content

Commit

Permalink
chore: remove @electron-forge/template-typescript (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgexu99 authored Oct 12, 2022
1 parent d5cf1f2 commit fc9421d
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 212 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ For Electron Forge documentation and usage you should check out our website:

# FAQ

## How do I use this with `webpack`/`babel`/`typescript`/other build tool?
## How do I use this with `webpack`/`babel`/other build tool?

By default, Electron Forge only runs vanilla (i.e., non-compiled) JavaScript, but for typescript, webpack, and other build tool support check out the [plugins](https://www.electronforge.io/config/plugins)
By default, Electron Forge only runs vanilla (i.e., non-compiled) JavaScript, but for webpack and other build tooling support check out the [plugins](https://www.electronforge.io/config/plugins)
section of our docs site. We currently have plugins for Webpack and Electron Compile, and a
[template for Webpack](https://www.electronforge.io/templates/webpack-template).

Expand Down
1 change: 0 additions & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@electron-forge/publisher-base": "6.0.0-beta.67",
"@electron-forge/shared-types": "6.0.0-beta.67",
"@electron-forge/template-base": "6.0.0-beta.67",
"@electron-forge/template-typescript": "6.0.0-beta.67",
"@electron-forge/template-typescript-webpack": "6.0.0-beta.67",
"@electron-forge/template-webpack": "6.0.0-beta.67",
"@electron/get": "^2.0.0",
Expand Down
27 changes: 0 additions & 27 deletions packages/template/typescript/package.json

This file was deleted.

43 changes: 0 additions & 43 deletions packages/template/typescript/src/TypeScriptTemplate.ts

This file was deleted.

46 changes: 0 additions & 46 deletions packages/template/typescript/test/TypeScriptTemplate_spec.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/template/typescript/tmpl/.eslintrc.json

This file was deleted.

50 changes: 0 additions & 50 deletions packages/template/typescript/tmpl/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/template/typescript/tmpl/package.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/template/typescript/tmpl/preload.ts

This file was deleted.

16 changes: 0 additions & 16 deletions packages/template/typescript/tmpl/tsconfig.json

This file was deleted.

0 comments on commit fc9421d

Please sign in to comment.