Skip to content

Commit 585cf94

Browse files
committed
chore: update README.MD
1 parent d81559d commit 585cf94

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ They are preconfigured so that you can focus on the code, but as a starter kit y
3434

3535
Just create a project, and you’re good to go.
3636

37-
### Built upon
38-
39-
- [x] [Webpack 3](https://webpack.js.org/)
40-
- [x] [Typescript 2](https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/)
41-
- [x] [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard)
42-
![Imgur](http://i.imgur.com/pETTX85.png)
43-
4437
## Getting started
4538

4639
### Installation
@@ -103,4 +96,3 @@ After build phase, 3 files are generated into the `dist` folder:
10396
- `app.bundle.js` - contains the core of the application. From the entry point `src/index.ts`
10497
- `vendor.bundle.js` - contains the vendor dependencies. From the entry point `src/vendor.ts` (lodash is added as an example)
10598
- `index.html` - html page referencing these files
106-

0 commit comments

Comments
 (0)