@caweb/html-webpack-plugin 1.8.0 → 1.8.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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
v1.8.1
|
|
2
|
+
- Updated npm packages
|
|
3
|
+
|
|
1
4
|
v1.8.0
|
|
2
5
|
- Removed templating and css/js framework out, this is now solely used for Site Generation
|
|
6
|
+
- Src/href local files are now moved into the build directory
|
|
7
|
+
- Any references to the node_modules directory are removed
|
|
8
|
+
- Any organizational packages @ are also removed
|
|
3
9
|
|
|
4
10
|
v1.7.13
|
|
5
11
|
- Added card-none styles
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "CAWebPublishing Site Generation HTML Webpack Plugin",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@caweb/template": "^1.0.0-beta.
|
|
32
|
+
"@caweb/template": "^1.0.0-beta.1",
|
|
33
33
|
"html-webpack-plugin": "^5.6.3",
|
|
34
34
|
"webpack": "^5.99.8",
|
|
35
35
|
"webpack-cli": "^6.0.1"
|