質問編集履歴
1
エラーメッセージの表示の不具合の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,15 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
Syntax Error: SyntaxError: /home/vagrant/App/resources/js/components/Ex
|
41
|
+
Syntax Error: SyntaxError: /home/vagrant/App/resources/js/components/Ex
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
ample.js: Support for the experimental syntax 'classProperties' isn't currently
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
enabled (58:18):
|
42
50
|
|
43
51
|
|
44
52
|
|
@@ -58,7 +66,13 @@
|
|
58
66
|
|
59
67
|
|
60
68
|
|
61
|
-
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugi
|
69
|
+
Add @babel/plugin-proposal-class-properties (https://git.io/vb4SL) to the 'plugi
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
ns' section of your Babel config to enable transformation.
|
74
|
+
|
75
|
+
|
62
76
|
|
63
77
|
at parser.next (<anonymous>)
|
64
78
|
|