UNPKG
@kadira/react-split-pane
Version:
latest (1.4.7)
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
React split-pane component
github.com/kadirahq/react-split-pane
kadirahq/react-split-pane
@kadira/react-split-pane
/
.storybook
/
webpack.config.js
10 lines
(8 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
path
=
require
(
'path'
);
module
.exports = {
module
: {
loaders
: [ { test: /\.css?$/,
loaders
: [
'style'
,
'raw'
], include:
path
.resolve(__dirname,
'../'
) }, ], }, };