瀏覽代碼

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"