Lauren Burroughs
Results
1
issues of
Lauren Burroughs
Using the default config suggested in the `README`: ``` const IconFontPlugin = require('iconfont-webpack-plugin') ... loader: 'postcss-loader', options: { plugins: loader => [new IconFontPlugin(loader)], }, ```` `font-icon: url('../../static/images/icons/search.svg');` I am seeing...