Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit844aa04

Browse files
committed
remove moment
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentd8f46c2 commit844aa04

File tree

4 files changed

+184
-15
lines changed

4 files changed

+184
-15
lines changed

‎web-app/config-overrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

‎web-app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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",
@@ -34,7 +35,6 @@
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",
@@ -63,13 +63,15 @@
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
}

‎web-app/src/containers/SelectTutorial/TutorialOverview/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
<divcss={styles.levelList}>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp