@caweb/webpack 1.2.6 → 1.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -41,9 +41,9 @@
41
41
  "dependencies": {
42
42
  "@caweb/a11y-webpack-plugin": "^1.0.6",
43
43
  "@caweb/css-audit-webpack-plugin": "^1.0.9",
44
- "@caweb/html-webpack-plugin": "^1.3.0",
44
+ "@caweb/html-webpack-plugin": "^1.3.1",
45
45
  "@caweb/jshint-webpack-plugin": "^1.0.7",
46
- "@wordpress/scripts": "^28.4.0",
46
+ "@wordpress/scripts": "^28.5.0",
47
47
  "html-webpack-skip-assets-plugin": "^1.0.4"
48
48
  }
49
49
  }
package/webpack.config.js CHANGED
@@ -47,6 +47,7 @@ if( 'serve' === webpackCommand ){
47
47
  /css-audit.*/, // we skip the CSSAudit Files
48
48
  /a11y.*/, // we skip the A11y Files
49
49
  /jshint.*/, // we skip the JSHint Files
50
+ /font-only.js/, // we skip the font-only Files
50
51
  ]
51
52
  }),
52
53
  new HtmlWebpackSkipAssetsPlugin(),