font-awesome-webpack-4
Version:
REPACKAGE of font-awesome-webpack package. I DID NOT WRITE THIS, @gowravshekar is the author of the original package! I am simply republishing for use with webpack 2.
19 lines (17 loc) • 418 B
JavaScript
module.exports = {
// Default for the style loading
styleLoader: 'style-loader!css-loader!less-loader',
styles: {
'mixins': true,
'bordered-pulled': true,
'core': true,
'fixed-width': true,
'icons': true,
'larger': true,
'list': true,
'path': true,
'rotated-flipped': true,
'animated': true,
'stacked': true
}
};