@fluentui/react-icons-font-subsetting-webpack-plugin 2.0.173-rc.9 → 2.0.174

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  @fluentui/react-icons-font-subsetting-webpack-plugin
2
2
  ===
3
3
 
4
- This package includes a plugin for `webpack@>=5.0.0` to subset the icon font files used by `@fluentui/react-icons` when using the `"fluentIcontFont"` condition in `resolve.conditionNames`.
4
+ This package includes a plugin for `webpack@>=5.0.0` to subset the icon font files used by `@fluentui/react-icons` when using the `"fluentIconFont"` condition in `resolve.conditionNames`.
5
5
 
6
6
  If `optimization.usedExports` is enabled (as it is by default), this plugin will subset the font files to only include the glyphs actually used by your build.
7
7
 
@@ -22,8 +22,8 @@ module.exports = {
22
22
  ]
23
23
  },
24
24
  resolve: {
25
- // Include 'fluentIcontFont' to use the font implementation of the Fluent icons
26
- conditionNames: ['fluentIcontFont', 'import']
25
+ // Include 'fluentIconFont' to use the font implementation of the Fluent icons
26
+ conditionNames: ['fluentIconFont', 'import']
27
27
  },
28
28
  plugins: [
29
29
  // Include this plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-icons-font-subsetting-webpack-plugin",
3
- "version": "2.0.173-rc.9",
3
+ "version": "2.0.174",
4
4
  "description": "Webpack plugin to subset the icon fonts used by @fluentui/react-icons based on which icons are used.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {