UNPKG

react-mdl-portal-menu

Version:
23 lines (21 loc) 483 B
const path = require('path'); module.exports = { devtool: 'eval', module: { loaders: [{ test: /\.(scss|css)$/, loader: 'style!css?sourceMap!resolve-url?sourceMap!sass?sourceMap!postcss', },{ test: /\.(png|jpg|svg|woff|woff2|eot|ttf)$/, loader: 'url-loader?limit=100000', }] }, sassLoader: { includePaths: [path.resolve(__dirname, '..', 'styles')], }, postcss: function() { return [ require('autoprefixer'), ] }, }