UNPKG

@berun/runner-webpack-css

Version:

BeRun runner to add react stylers for css configuration

8 lines (6 loc) 210 B
import Berun from '@berun/berun' import presetReactCss from './preset' export default (berun: Berun, opts = {}) => { const options = Object.assign(berun.options, opts) berun.use(presetReactCss, options) }