ソースを参照

es6 to es5 with babel compilation

sanex3339 9 年 前
コミット
4bfb4d5645
1 ファイル変更1 行追加0 行削除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -37,6 +37,7 @@
     "tsc": "tsc",
     "tsc:w": "tsc -w",
     "webpack": "node_modules/.bin/webpack",
+    "watch": "node_modules/.bin/webpack --watch",
     "lite": "lite-server",
     "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
     "tests": "node dist/tests/test-bundle.js"