webpack-material-design-icons

0.1.0 • Public • Published

webpack-material-design-icons

Webpack Material Design Icons Font from Material Icons Guide - Setup Method 2. Self hosting

Install

npm install --save-dev webpack-material-design-icons

Usage

Just add webpack-material-design-icons to entry.vendors and handle the png, woff, ttf etc files in webpack.config.js

module.exports = {
    entry: {
        vendors: [
            "webpack-material-design-icons"
            ]
    },
    module: {
        loaders: [
        { test: /\.(jpe?g|png|gif|svg|eot|woff|ttf|svg|woff2)$/, loader: "file?name=[name].[ext]" }
        ]
    }
};

Of course you will need to configure how to handle CSS files as well.

TODO

  • Add working example.

Package Sidebar

Install

npm i webpack-material-design-icons

Weekly Downloads

168

Version

0.1.0

License

MIT

Last publish

Collaborators

  • palavrov