@@ -15,20 +15,20 @@ const StarterKits = props => (
15
15
< h1 > Starter Kits</ h1 >
16
16
17
17
< p >
18
- The following table contains a curated list of starter kits that can
19
- be used as a jumping off point for webpack-based projects. To add a new
20
- kit to the list please visit
21
- < Link to = "https://github.com/ahfarmer/tool-list" > this repository</ Link >
22
- and submit a PR against this file:
18
+ The following table contains a curated list of starter kits that can
19
+ be used as a jumping off point for webpack-based projects. To add a new
20
+ kit to the list please visit{ ' ' }
21
+ < Link to = "https://github.com/ahfarmer/tool-list" > this repository</ Link > { ' ' }
22
+ and submit a PR against this file:
23
23
< code > generator/starterProjectUrls.js</ code > .
24
24
</ p >
25
25
26
26
< blockquote className = "warning" >
27
27
< div className = "tip-content" >
28
- Boilerplates should be used as < b > Proof of Concepts</ b > to help you learn
29
- different webpack techniques for various frameworks. Make sure you understand
30
- what's going on in them and avoid copy and paste coding. Also note that none
31
- of these are officially supported by webpack. If you run into an issue, please
28
+ Boilerplates should be used as < strong > Proof of Concepts</ strong > to help you learn
29
+ different webpack techniques for various frameworks. Make sure you understand
30
+ what's going on in them and avoid copy and paste coding. Also note that none
31
+ of these are officially supported by webpack. If you run into an issue, please
32
32
report that to the maintainer(s) of the repository.
33
33
</ div >
34
34
</ blockquote >
0 commit comments