UNPKG
react-size
Version:
latest (0.1.1)
0.1.1
0.1.0
Helpers to manage browser size changes in React.
github.com/Xananax/react-size
Xananax/react-size
react-size
/
webpack
/
directories.js
12 lines
(10 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
path
=
require(
'path'
);
var
rootDir
=
path.resolve(__dirname+
'/../'
)+
'/'
;
module
.
exports
= { root:rootDir , dist: rootDir+
'dist/'
, src: rootDir+
'src/'
, modules: rootDir+
'node_modules/'
, example: rootDir+
'example/'
,
public
: rootDir+
'example/public/'
}