UNPKG

happypack

Version:

webpack speed booster, makes you happy!

6 lines (4 loc) 258 B
const bootstrapConfig = require('./bootstrap.config.js'); const ExtractTextPlugin = require('extract-text-webpack-plugin'); bootstrapConfig.styleLoader = ExtractTextPlugin.extract('style-loader', 'css-loader!sass-loader'); module.exports = bootstrapConfig;