2.0.240 • Published 4 days ago

@fluentui/react-icons-font-subsetting-webpack-plugin v2.0.240

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

@fluentui/react-icons-font-subsetting-webpack-plugin

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.

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.

Usage

// webpack.config.js
const {default: FluentUIReactIconsFontSubsettingPlugin} = require('@fluentui/react-icons-font-subsetting-webpack-plugin');

module.exports = {
    module: {
        rules: [
            // Treat the font files as webpack assets
            {
                test: /\.(ttf|woff2?)$/,
                type: 'asset',
            }
        ]
    },
    resolve: {
        // Include 'fluentIconFont' to use the font implementation of the Fluent icons
        conditionNames: ['fluentIconFont', 'import']
    },
    plugins: [
        // Include this plugin
        new FluentUIReactIconsFontSubsettingPlugin(),
    ],
};
2.0.240

4 days ago

2.0.239

18 days ago

2.0.238

18 days ago

2.0.237

29 days ago

2.0.236

1 month ago

2.0.235

1 month ago

2.0.234

2 months ago

2.0.233

2 months ago

2.0.232

2 months ago

2.0.231

3 months ago

2.0.229

3 months ago

2.0.230

3 months ago

2.0.228

3 months ago

2.0.227

3 months ago

2.0.226

4 months ago

2.0.225

4 months ago

2.0.224

6 months ago

2.0.209

10 months ago

2.0.208

10 months ago

2.0.218

8 months ago

2.0.217

8 months ago

2.0.216

8 months ago

2.0.215

8 months ago

2.0.214

9 months ago

2.0.212

9 months ago

2.0.211

9 months ago

2.0.210

9 months ago

2.0.219

8 months ago

2.0.223

6 months ago

2.0.222

7 months ago

2.0.221

7 months ago

2.0.220

7 months ago

2.0.207

10 months ago

2.0.206

11 months ago

2.0.205

11 months ago

2.0.204

11 months ago

2.0.199

1 year ago

2.0.198

1 year ago

2.0.197

1 year ago

2.0.203

12 months ago

2.0.202

1 year ago

2.0.201

1 year ago

2.0.200

1 year ago

2.0.191

1 year ago

2.0.190

1 year ago

2.0.189

1 year ago

2.0.188

1 year ago

2.0.187

2 years ago

2.0.186

2 years ago

2.0.185

2 years ago

2.0.184

2 years ago

2.0.183

2 years ago

2.0.173-rc.9

2 years ago

2.0.179

2 years ago

2.0.178

2 years ago

2.0.177

2 years ago

2.0.176

2 years ago

2.0.175

2 years ago

2.0.174

2 years ago

2.0.182

2 years ago

2.0.181

2 years ago

2.0.172-rc.8

2 years ago

2.0.171-rc.8

2 years ago

2.0.170-rc.7

2 years ago