File tree Expand file tree Collapse file tree 4 files changed +184
-15
lines changed
src/containers/SelectTutorial/TutorialOverview Expand file tree Collapse file tree 4 files changed +184
-15
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = function override(config) {
1717
1818 // load @alifd /next component css
1919 addBabelPlugin ( [
20- 'babel-plugin- import' ,
20+ 'import' ,
2121 {
2222 libraryName : '@alifd/next' ,
2323 style : true ,
Original file line number Diff line number Diff line change 33 "version" : " 0.17.0" ,
44 "private" : true ,
55 "scripts" : {
6+ "analyze" : " source-map-explorer 'build/static/js/*.js'" ,
67 "build" : " react-app-rewired build" ,
78 "build-storybook" : " build-storybook" ,
89 "start" : " react-app-rewired start" ,
3435 "js-yaml" : " 4.1.0" ,
3536 "markdown-it" : " 12.2.0" ,
3637 "markdown-it-emoji" : " 2.0.0" ,
37- "moment" : " 2.29.1" ,
3838 "prismjs" : " 1.25.0" ,
3939 "react" : " 16.13.1" ,
4040 "react-addons-css-transition-group" : " 15.6.2" ,
6363 "@types/react-dom" : " 16.9.8" ,
6464 "babel-loader" : " 8.2.2" ,
6565 "babel-plugin-import" : " 1.13.3" ,
66+ "compression-webpack-plugin" : " 9.0.1" ,
6667 "customize-cra" : " 1.0.0" ,
6768 "mini-css-extract-plugin" : " 0.11.2" ,
6869 "node-sass" : " 6.0.1" ,
6970 "prettier" : " 2.4.1" ,
7071 "react-app-rewired" : " 2.1.8" ,
7172 "react-scripts" : " 4.0.3" ,
7273 "sass-loader" : " 12.3.0" ,
74+ "source-map-explorer" : " 2.5.2" ,
7375 "typescript" : " 4.4.4"
7476 }
7577}
Original file line number Diff line number Diff line change @@ -85,10 +85,6 @@ const Summary = (props: Props) => (
8585 </ div >
8686 < Markdown > { `# ${ props . tutorial . summary . title } ` } </ Markdown >
8787 < Markdown > { `### ${ props . tutorial . summary . description } ` } </ Markdown >
88- { /* <h5 css={styles.meta}>
89- <div css={{ marginRight: '2rem' }}>Created by {props.createdBy.name}</div>
90- <div>Last updated {moment(props.updatedAt).format('M/YYYY')}</div>
91- </h5> */ }
9288 </ div >
9389 < div >
9490 < div css = { styles . levelList } >
You can’t perform that action at this time.
0 commit comments