UNPKG

rheostat

Version:

Rheostat is a www, mobile, and accessible slider component built with React

16 lines (14 loc) 249 B
const path = require('path'); module.exports = { module: { rules: [ { test: /\.css?$/, use: ['style-loader', 'raw-loader'], include: [ path.resolve(__dirname, '../'), ], }, ], }, };