Skip to content

Commit e5afc89

Browse files
committed
delete, JSライブラリ, 前の日付入力で使われていたmoment.js除去
1 parent 27acf68 commit e5afc89

File tree

7 files changed

+15
-64
lines changed

7 files changed

+15
-64
lines changed

package-lock.json

Lines changed: 12 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"jquery": "^3.7.0",
1919
"laravel-mix": "^6.0.49",
2020
"lodash": "^4.17.19",
21-
"moment": "^2.29.4",
22-
"moment-timezone": "^0.5.43",
2321
"popper.js": "^1.16.1",
2422
"resolve-url-loader": "^5.0.0",
2523
"sass": "^1.62.1",

public/js/707.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js.LICENSE.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,3 @@
7878
* @author owenm <owen23355@gmail.com>
7979
* @license MIT
8080
*/
81-
82-
//! Copyright (c) JS Foundation and other contributors
83-
84-
//! github.com/moment/moment-timezone
85-
86-
//! license : MIT
87-
88-
//! moment-timezone.js
89-
90-
//! moment.js
91-
92-
//! moment.js locale configuration
93-
94-
//! version : 0.5.48

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/js/app.js": "/js/app.js?id=1d213e4fd13b811592c95f870492094d",
2+
"/js/app.js": "/js/app.js?id=2c077b85fd7f77b9d8ffc8b1f587816a",
33
"/css/app.css": "/css/app.css?id=94110667e125790f9646ca8f0c9d2382"
44
}

resources/js/bootstrap.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ if (token) {
5555
// });
5656

5757

58-
/**
59-
* Load moment.js and tempusdominus-bootstrap-4
60-
*/
61-
window.moment = require('moment');
62-
import 'moment/locale/ja';
63-
// require('tempusdominus-bootstrap-4');
64-
import 'moment-timezone';
65-
6658
// Tempus Dominus Date/Time Picker
6759
window.tempusDominus = require('@eonasdan/tempus-dominus');
6860
// 下記でapp.jsに含めると、日付入力時に1度画面上部に飛ばされる動作をするため、含めない

0 commit comments

Comments
 (0)