@caweb/html-webpack-plugin 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CAWebPublishing Sample Page and Configurations",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
- "homepage": "https://github.com/CAWebPublishing/webpack#readme",
35
+ "homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
36
36
  "dependencies": {
37
37
  "@wordpress/scripts": "^28.2.0",
38
38
  "handlebars-loader": "^1.7.3",
@@ -1,162 +0,0 @@
1
- <html>
2
- <head>
3
- <title>{{ title }}</title>
4
- </head>
5
- <body>
6
- <header id="top" class="site__header">
7
- <h1>JSHint Report for go-site-footer</h1>
8
- <nav>
9
- <ul>
10
- <li>
11
- <button class="button__theme-toggle" aria-label="Dark Mode"></button>
12
- </li>
13
- </ul>
14
- </nav>
15
- </header>
16
- <!-- Page Container -->
17
- <div id="page-container">
18
- <!-- Sidebar -->
19
- <aside>
20
- <section>
21
- <header><h2>Files</h2></header>
22
- <ol>
23
- <li><a href="#c--development-cawebpublishing-go-site-footer-src-index-js">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a></li>
24
- <li><a href="#c--development-cawebpublishing-go-site-footer-src-scripts-test-js">C:\Development\CAWebPublishing\go-site-footer\src\scripts\test.js</a></li>
25
- </section>
26
- </ol>
27
- </aside>
28
- <!-- Content -->
29
- <div id="page-content">
30
- <section id="summary">
31
- <header>
32
- <h2>Summary: <em>7 Warnings Detected</em></h2>
33
- </header>
34
- <ol>
35
- <li>
36
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 2, col 29, Strings must use singlequote.
37
- </li>
38
- <li>
39
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 4, col 11, Missing semicolon.
40
- </li>
41
- <li>
42
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 8, col 11, Missing semicolon.
43
- </li>
44
- <li>
45
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 10, col 27, Strings must use singlequote.
46
- </li>
47
- <li>
48
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 10, col 27, Missing semicolon.
49
- </li>
50
- <li>
51
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 3, col 10, 'test' is defined but never used.
52
- </li>
53
- <li>
54
- <a href="#c--development-cawebpublishing-go-site-footer-src-index-js" target="_blank">C:\Development\CAWebPublishing\go-site-footer\src\index.js</a>: line 7, col 10, 'adsfasdfa' is defined but never used.
55
- </li>
56
- </ol>
57
- </section>
58
- <section id="c--development-cawebpublishing-go-site-footer-src-index-js">
59
- <header>
60
- <h2><a href="C:\Development\CAWebPublishing\go-site-footer\src\index.js" class="emoji-link" target="_blank"></a>File: <em>C:\Development\CAWebPublishing\go-site-footer\src\index.js</em></h2>
61
- <a class="btn back-to-top" href="#top" title="Back to top">⬆</a>
62
- </header>
63
- <h3>Functions: <span class="count">2</span></h3>
64
- <ol><li>
65
- <p><b>Name:</b> test</p>
66
-
67
- <p><b>Line:</b> 3</p>
68
- <p><b>Col:</b> 15</p>
69
- <p><b>Metrics:</b></p>
70
- <ul>
71
- <li><b>Cyclomatic Complexity Number:</b> 1</li>
72
- <li><b>Arguments:</b> 0</li>
73
- <li><b>Statements:</b> 1</li>
74
- </ul>
75
- </li>
76
- <li>
77
- <p><b>Name:</b> adsfasdfa</p>
78
-
79
- <p><b>Line:</b> 7</p>
80
- <p><b>Col:</b> 20</p>
81
- <p><b>Metrics:</b></p>
82
- <ul>
83
- <li><b>Cyclomatic Complexity Number:</b> 1</li>
84
- <li><b>Arguments:</b> 0</li>
85
- <li><b>Statements:</b> 1</li>
86
- </ul>
87
- </li></ol>
88
- <h3>Errors: <span class="count">7</span></h3>
89
- <ol><li>
90
- <p><b>Reason:</b> Strings must use singlequote.</p>
91
- <p><b>Evidence:</b> import "./styles/footer.css";</p>
92
- <p><b>Line:</b> 2</p>
93
- <p><b>Col:</b> 29</p>
94
- </li>
95
- <li>
96
- <p><b>Reason:</b> Missing semicolon.</p>
97
- <p><b>Evidence:</b> return</p>
98
- <p><b>Line:</b> 4</p>
99
- <p><b>Col:</b> 11</p>
100
- </li>
101
- <li>
102
- <p><b>Reason:</b> Missing semicolon.</p>
103
- <p><b>Evidence:</b> return</p>
104
- <p><b>Line:</b> 8</p>
105
- <p><b>Col:</b> 11</p>
106
- </li>
107
- <li>
108
- <p><b>Reason:</b> Strings must use singlequote.</p>
109
- <p><b>Evidence:</b> import "./scripts/test.js"</p>
110
- <p><b>Line:</b> 10</p>
111
- <p><b>Col:</b> 27</p>
112
- </li>
113
- <li>
114
- <p><b>Reason:</b> Missing semicolon.</p>
115
- <p><b>Evidence:</b> import "./scripts/test.js"</p>
116
- <p><b>Line:</b> 10</p>
117
- <p><b>Col:</b> 27</p>
118
- </li>
119
- <li>
120
- <p><b>Reason:</b> 'test' is defined but never used.</p>
121
- <p><b>Evidence:</b> function test(){</p>
122
- <p><b>Line:</b> 3</p>
123
- <p><b>Col:</b> 10</p>
124
- </li>
125
- <li>
126
- <p><b>Reason:</b> 'adsfasdfa' is defined but never used.</p>
127
- <p><b>Evidence:</b> function adsfasdfa(){</p>
128
- <p><b>Line:</b> 7</p>
129
- <p><b>Col:</b> 10</p>
130
- </li></ol>
131
- <h3>Unused: <span class="count">2</span></h3>
132
- <ol><li>
133
- <p><b>Name:</b> test</p>
134
- <p><b>Line:</b> 3</p>
135
- <p><b>Col:</b> 10</p>
136
- </li>
137
- <li>
138
- <p><b>Name:</b> adsfasdfa</p>
139
- <p><b>Line:</b> 7</p>
140
- <p><b>Col:</b> 10</p>
141
- </li></ol>
142
- </section>
143
- <section id="c--development-cawebpublishing-go-site-footer-src-scripts-test-js">
144
- <header>
145
- <h2><a href="C:\Development\CAWebPublishing\go-site-footer\src\scripts\test.js" class="emoji-emoji-link" target="_blank"></a>File: <em>C:\Development\CAWebPublishing\go-site-footer\src\scripts\test.js</em></h2>
146
- <a class="btn back-to-top" href="#top" title="Back to top">⬆</a>
147
- </header>
148
- <h3>Functions: <span class="count">0</span></h3>
149
-
150
- <h3>Errors: <span class="count">0</span></h3>
151
-
152
- <h3>Unused: <span class="count">0</span></h3>
153
-
154
- </section>
155
- </div> <!-- Close Content div -->
156
- </div> <!-- Close Page Container div -->
157
- <!-- Footer -->
158
- <footer>
159
-
160
- </footer>
161
- </body>
162
- </html>