UNPKG

@teikei/map

Version:

Teikei map SPA component. Teikei is the software that powers ernte-teilen.org, a website that maps out Community-supported Agriculture in Germany.

13 lines (12 loc) 288 B
module.exports = config => { config.module.rules[1].oneOf.splice( config.module.rules[1].oneOf.length - 1, 0, { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'] } ) // console.dir(config, { depth: 10, colors: true }) return config }