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 66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
88 "start" : " webpack --watch" ,
9- "build" : " NODE_END =production webpack"
9+ "build" : " NODE_ENV =production webpack"
1010 },
1111 "repository" : {
1212 "type" : " git" ,
4343 "eslint-plugin-import" : " ^2.7.0" ,
4444 "eslint-plugin-jsx-a11y" : " ^6.0.2" ,
4545 "eslint-plugin-react" : " ^7.4.0" ,
46- "webpack-bundle-analyzer" : " 2.9.2" ,
47- "webpack-node-externals" : " 1.6.0"
48- },
49- "dependencies" : {
5046 "material-ui" : " ^0.19.4" ,
5147 "moment" : " ^2.0.0" ,
5248 "peer-deps-externals-webpack-plugin" : " ^1.0.2" ,
5349 "prop-types" : " ^15.6.0" ,
5450 "react" : " ^16.0.0" ,
5551 "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"
5755 }
5856}
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