@caweb/webpack 1.2.7 → 1.2.9
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 +10 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
This repository houses various plugins built and distributed by the CAWebPublishing Team and also the Webpack configuration for various CAWebPublishing products.
|
|
2
|
+
|
|
3
|
+
<i>This package is inspired by [wp-scripts](https://www.npmjs.com/package/@wordpress/scripts)</i>
|
|
4
|
+
|
|
5
|
+
## Plugins Used
|
|
6
|
+
- [@caweb/a11y-webpack-plugin](https://www.npmjs.com/package/@caweb/a11y-webpack-plugin)
|
|
7
|
+
- [@caweb/css-audit-webpack-plugin](https://www.npmjs.com/package/@caweb/css-audit-webpack-plugin)
|
|
8
|
+
- [@caweb/html-webpack-plugin](https://www.npmjs.com/package/@caweb/html-webpack-plugin)
|
|
9
|
+
- [@caweb/jshint-webpack-plugin](https://www.npmjs.com/package/@caweb/jshint-webpack-plugin)
|
|
10
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/webpack",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "CAWebPublishing Webpack Configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/CAWebPublishing/webpack#readme",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@caweb/a11y-webpack-plugin": "^1.0.
|
|
43
|
-
"@caweb/css-audit-webpack-plugin": "^1.0.
|
|
44
|
-
"@caweb/html-webpack-plugin": "^1.3.
|
|
45
|
-
"@caweb/jshint-webpack-plugin": "^1.0.
|
|
42
|
+
"@caweb/a11y-webpack-plugin": "^1.0.7",
|
|
43
|
+
"@caweb/css-audit-webpack-plugin": "^1.0.10",
|
|
44
|
+
"@caweb/html-webpack-plugin": "^1.3.3",
|
|
45
|
+
"@caweb/jshint-webpack-plugin": "^1.0.8",
|
|
46
46
|
"@wordpress/scripts": "^28.5.0",
|
|
47
47
|
"html-webpack-skip-assets-plugin": "^1.0.4"
|
|
48
48
|
}
|