Skip to content

Commit 252e9d9

Browse files
committed
Merge pull request #28 from Code-by-practice/develop
Updates readme.md
2 parents a46c5ac + 9454fb1 commit 252e9d9

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Learning WEBPACK - MODULE BUNDLER
1+
# Learning Webpack - Module Bundler
2+
3+
This training kit has been developed for those without
4+
* Already have the basic knowledge of JavaScript.
5+
* Who wants to write JavaScript in moduler way and bundle it for production use.
6+
7+
Training ket includes set of examples of Webpack configuration which are listed in below [Table of Content](https://github.com/Code-by-practice/learning-webpack#table-of-content)
28

39
## Table of Content
410
|Eg.No.|Execution Command|Comments|
@@ -22,3 +28,20 @@
2228
|14|```webpack```|Shows how to load Handlebars templates file|
2329
|15|```webpack```|Shows how to load LESS loader|
2430
|16|```webpack```|Shows how to configure CSSLint loader for CSS linting|
31+
|17|```webpack```|Shpws how to configure TypeScript loader for TS files|
32+
33+
## Contributors
34+
35+
Developed & maintained by author: Ashwin Hegde & [Contributors](//github.com/Code-by-practice/learning-webpack/graphs/contributors)
36+
37+
We really appreciate all kind of feedback and contributions. Thank you for using and supporting this project.
38+
39+
To request a feature or you find any typo errors, enhancements or questions; please feel free to send a pull-request on "develop" branch or post it on following link, or vote for the ones that are already registered.
40+
41+
[https://github.com/Code-by-practice/learning-webpack/issues](https://github.com/Code-by-practice/learning-webpack/issues)
42+
43+
## License
44+
45+
The MIT License (MIT)
46+
47+
Copyright (c) 2016 Ashwin Hegde

0 commit comments

Comments
 (0)