UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

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;