質問編集履歴
2
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,8 +4,7 @@
|
|
4
4
|
GoogleのMaterial Components for the webを、下記のコードでImportしています。
|
5
5
|
レンダリングはされるのですが、ソースコード1行目について以下のエラーメッセージが発生しました。
|
6
6
|
Node.jsを用いて、babel経由でバンドルするようにwebpackを設定しています。
|
7
|
-
より具体的には、googleの以下のチュートリアルに従っています。
|
8
|
-
https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md
|
7
|
+
より具体的には、リンク先の[googleのチュートリアル](https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md)に従っています。
|
9
8
|
|
10
9
|
### 発生している問題・エラーメッセージ
|
11
10
|
|
1
情報追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,6 +3,9 @@
|
|
3
3
|
|
4
4
|
GoogleのMaterial Components for the webを、下記のコードでImportしています。
|
5
5
|
レンダリングはされるのですが、ソースコード1行目について以下のエラーメッセージが発生しました。
|
6
|
+
Node.jsを用いて、babel経由でバンドルするようにwebpackを設定しています。
|
7
|
+
より具体的には、googleの以下のチュートリアルに従っています。
|
8
|
+
https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md
|
6
9
|
|
7
10
|
### 発生している問題・エラーメッセージ
|
8
11
|
|