UNPKG
hydux-react-router
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
ReactRouter integration for hydux-react
github.com/hydux/hydux-react-router
hydux/hydux-react-router
hydux-react-router
/
examples
/
simple
/
tools
/
webpack-blocks
/
css-loader.js
14 lines
(13 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.exports =
function
cssLoader
(include)
{
return
(context) => ({
module
: {
loaders
: [ { test: context.fileType(
'text/css'
),
loaders
: [
'style-loader'
,
'css-loader'
], include } ] } }) }