回答編集履歴
2
コメント本文修正
test
CHANGED
@@ -12,7 +12,9 @@
|
|
12
12
|
|
13
13
|
これはbabel&webpackで1ファイルにまとめてから利用するライブラリです。
|
14
14
|
|
15
|
+
|
16
|
+
|
15
|
-
https://github.com/standard-software/partsjs/tree/v5.8.2/test_exec/release_wsh
|
17
|
+
[https://github.com/standard-software/partsjs/tree/v5.8.2/test_exec/release_wsh](https://github.com/standard-software/partsjs/tree/v5.8.2/test_exec/release_wsh)
|
16
18
|
|
17
19
|
|
18
20
|
|
@@ -22,7 +24,7 @@
|
|
22
24
|
|
23
25
|
また、それ以前のstsLib.js というライブラリも作っていました。こちらはbabel関係なくrequireの偽装化してモジュール化しています。このあたり見てみてください。
|
24
26
|
|
25
|
-
https://github.com/standard-software/stsLib.js/tree/master/Source/stsLib.js/test
|
27
|
+
[https://github.com/standard-software/stsLib.js/tree/master/Source/stsLib.js/test](https://github.com/standard-software/stsLib.js/tree/master/Source/stsLib.js/test)
|
26
28
|
|
27
29
|
|
28
30
|
|
@@ -52,4 +54,4 @@
|
|
52
54
|
|
53
55
|
javascript - @babel/polyfill が非推奨なので core-js に移行しようとしたが WSH 環境でうまく動かない - スタック・オーバーフロー
|
54
56
|
|
55
|
-
https://ja.stackoverflow.com/questions/65439/
|
57
|
+
[https://ja.stackoverflow.com/questions/65439/](https://ja.stackoverflow.com/questions/65439/)
|
1
本文追記
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
私も同じ気持ちを持っていたことがあるのですが結構苦労して、実行していましたが最近
|
1
|
+
私も同じ気持ちを持っていたことがあるのですが結構苦労して、実行していました。が、最近その方向性を諦めました。
|
2
2
|
|
3
3
|
|
4
4
|
|
@@ -43,3 +43,13 @@
|
|
43
43
|
|
44
44
|
|
45
45
|
あるいは node に移行したほうが絶対幸せ感があるとも思います。
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
似たような別件ですが、下記のような質問をして回答もらったこともあります。WSHでがんばろう的なエンジニアは日本に何人いるんだろうと感じます。応援します。
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
javascript - @babel/polyfill が非推奨なので core-js に移行しようとしたが WSH 環境でうまく動かない - スタック・オーバーフロー
|
54
|
+
|
55
|
+
https://ja.stackoverflow.com/questions/65439/
|