Skip to content

Commit 56a4d43

Browse files
committed
feat: remove Webpack as it is not needed for bare minimum TypeScript installations
1 parent 57517b5 commit 56a4d43

File tree

10 files changed

+75
-4539
lines changed

10 files changed

+75
-4539
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ module.exports = {
1717
"import/newline-after-import": "error",
1818
"import/no-duplicates": "error",
1919
},
20-
ignorePatterns: ["webpack.*.js"],
2120
};

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Repository intended to serve as a starting point if you want to bootstrap a proj
55
## Features
66

77
- [TypeScript](https://www.typescriptlang.org/) (v4)
8-
- [Webpack](https://webpack.js.org/) (v5)
98
- [Babel](https://babeljs.io/) with [preset-env](https://babeljs.io/docs/en/babel-preset-env)
109
- [Prettier](https://prettier.io/)
1110
- [ESLint](https://eslint.org/) with:

index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)