@rushstack/heft-web-rig 0.21.4 → 0.22.0

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": "@rushstack/heft-web-rig",
3
- "version": "0.21.4",
3
+ "version": "0.22.0",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,14 +32,14 @@
32
32
  "webpack-bundle-analyzer": "~4.5.0",
33
33
  "webpack-merge": "~5.8.0",
34
34
  "webpack": "~5.82.1",
35
- "@microsoft/api-extractor": "7.40.6",
36
- "@rushstack/heft-jest-plugin": "0.11.13",
37
35
  "@rushstack/eslint-config": "3.6.4",
38
- "@rushstack/heft-webpack5-plugin": "0.9.30",
39
- "@rushstack/heft-lint-plugin": "0.3.13",
40
36
  "@rushstack/heft-api-extractor-plugin": "0.3.13",
37
+ "@rushstack/heft-lint-plugin": "0.3.13",
38
+ "@microsoft/api-extractor": "7.40.6",
41
39
  "@rushstack/heft-typescript-plugin": "0.3.13",
42
- "@rushstack/heft-sass-plugin": "0.13.16"
40
+ "@rushstack/heft-sass-plugin": "0.13.16",
41
+ "@rushstack/heft-jest-plugin": "0.11.13",
42
+ "@rushstack/heft-webpack5-plugin": "0.9.30"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@rushstack/heft": "0.65.4"
@@ -205,7 +205,7 @@ function createWebpackConfig({ env, argv, projectRoot, configOverride, extractCs
205
205
  },
206
206
 
207
207
  {
208
- test: /\.(jpeg|jpg|png|gif|svg|ico)$/,
208
+ test: /\.(jpeg|jpg|png|gif|svg|ico|woff|woff2|ttf|eot)$/,
209
209
  // Allows import/require() to be used with an asset file. The file will be copied to the output folder,
210
210
  // and the import statement will return its URL.
211
211
  // https://webpack.js.org/guides/asset-modules/#resource-assets