UNPKG

@kadira/react-split-pane

Version:
10 lines (8 loc) 187 B
const path = require('path'); module.exports = { module: { loaders: [ { test: /\.css?$/, loaders: ['style', 'raw'], include: path.resolve(__dirname, '../') }, ], }, };