UNPKG

happypack

Version:

webpack speed booster, makes you happy!

6 lines (4 loc) 267 B
const fontAwesomeConfig = require('./font-awesome.config.js'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); fontAwesomeConfig.styleLoader = ExtractTextPlugin.extract('style-loader', 'css-loader!less-loader'); module.exports = fontAwesomeConfig;