@caweb/webpack 1.3.40 → 1.3.42
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/webpack",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.42",
|
|
4
4
|
"description": "CAWebPublishing Webpack Configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
39
39
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
40
|
-
"@caweb/html-webpack-plugin": "^1.7.
|
|
40
|
+
"@caweb/html-webpack-plugin": "^1.7.11",
|
|
41
41
|
"@caweb/jshint-webpack-plugin": "^2.0.1"
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
v1.7.11
|
|
2
|
+
- Removed hot update files
|
|
3
|
+
|
|
4
|
+
v1.7.10
|
|
5
|
+
- Padding to interactive elements changed from 1rem back to .5rem 0
|
|
6
|
+
- Padding for link grid and side navigation was made !important
|
|
7
|
+
|
|
1
8
|
v1.7.9
|
|
2
9
|
- Added the WordPress DependencyExtractionPlugin plugin definition back
|
|
3
10
|
- Added tsconfig.json to list of distributed files
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caweb/html-webpack-plugin",
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.11",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div class="row">
|
|
3
3
|
<div class="col-4">
|
|
4
4
|
<ul class="list-navigation">
|
|
5
|
-
<li><a href="/">Lorem ipsum dolor sit amet</a></li>
|
|
5
|
+
<li><a href="/" class="active landing">Lorem ipsum dolor sit amet</a></li>
|
|
6
6
|
<li><a href="/">Lorem ipsum dolor sit amet</a></li>
|
|
7
7
|
<li><a href="/">Lorem ipsum dolor sit amet</a></li>
|
|
8
8
|
</ul>
|