File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
8
"start" : " webpack --watch" ,
9
- "build" : " NODE_END =production webpack"
9
+ "build" : " NODE_ENV =production webpack"
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
43
43
"eslint-plugin-import" : " ^2.7.0" ,
44
44
"eslint-plugin-jsx-a11y" : " ^6.0.2" ,
45
45
"eslint-plugin-react" : " ^7.4.0" ,
46
- "webpack-bundle-analyzer" : " 2.9.2" ,
47
- "webpack-node-externals" : " 1.6.0"
48
- },
49
- "dependencies" : {
50
46
"material-ui" : " ^0.19.4" ,
51
47
"moment" : " ^2.0.0" ,
52
48
"peer-deps-externals-webpack-plugin" : " ^1.0.2" ,
53
49
"prop-types" : " ^15.6.0" ,
54
50
"react" : " ^16.0.0" ,
55
51
"react-dom" : " ^16.0.0" ,
56
- "webpack" : " ^3.5.1"
52
+ "webpack" : " ^3.5.1" ,
53
+ "webpack-bundle-analyzer" : " 2.9.2" ,
54
+ "webpack-node-externals" : " 1.6.0"
57
55
}
58
56
}
Original file line number Diff line number Diff line change 1
- export { default } from './DateTimePicker.jsx'
1
+ import DateTimePicker from "./DateTimePicker.jsx" ;
2
+
3
+ export default DateTimePicker ;
You can’t perform that action at this time.
0 commit comments